mirror of
https://github.com/rramiachraf/dumb.git
synced 2025-04-03 04:47:36 +03:00
Merge pull request #66 from sgvictorino/additional-annotation-route
fix: add annotations route without verse slug
This commit is contained in:
commit
c81feb465b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ func New(logger *utils.Logger, staticFiles static) *mux.Router {
|
|||
{Path: "/images/{filename}.{ext}", Handler: imageProxy},
|
||||
{Path: "/search", Handler: search},
|
||||
{Path: "/{annotation-id}/{artist-song}/{verse}/annotations", Handler: annotations},
|
||||
{Path: "/{annotation-id}/{artist-song}/annotations", Handler: annotations},
|
||||
{Path: "/instances.json", Handler: instances},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue