Fix comments and votes on albums

This commit is contained in:
video-prize-ranch
2022-01-20 16:09:57 -05:00
parent 20a1895642
commit 10ace75c19
6 changed files with 42 additions and 37 deletions

View File

@@ -45,7 +45,7 @@ func main() {
app.Get("/", pages.FrontpageHandler)
app.Get("/:baseName.:extension", pages.HandleMedia)
app.Get("/a/:albumID", pages.HandleAlbum)
app.Get("/a/:galleryID", pages.HandleGallery)
//app.Get("/t/:tagID", pages.HandleAlbum)
/*app.Get("/user/:userID", pages.HandleUser)
app.Get("/user/:userID/cover", pages.HandleUserCover)*/