comment out /t/
This commit is contained in:
parent
c3e84f71cf
commit
20a1895642
2
main.go
2
main.go
|
@ -46,7 +46,7 @@ func main() {
|
|||
app.Get("/", pages.FrontpageHandler)
|
||||
app.Get("/:baseName.:extension", pages.HandleMedia)
|
||||
app.Get("/a/:albumID", pages.HandleAlbum)
|
||||
app.Get("/t/:tagID", pages.HandleAlbum)
|
||||
//app.Get("/t/:tagID", pages.HandleAlbum)
|
||||
/*app.Get("/user/:userID", pages.HandleUser)
|
||||
app.Get("/user/:userID/cover", pages.HandleUserCover)*/
|
||||
app.Get("/gallery/:galleryID", pages.HandleGallery)
|
||||
|
|
Loading…
Reference in New Issue