mirror of
https://codeberg.org/video-prize-ranch/rimgo.git
synced 2025-12-13 11:45:18 +00:00
Gallery and video support
This commit is contained in:
4
main.go
4
main.go
@@ -48,8 +48,8 @@ func main() {
|
||||
app.Get("/a/:albumID", 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)*/
|
||||
app.Get("/user/:userID/cover", pages.HandleUserCover)*/
|
||||
app.Get("/gallery/:galleryID", pages.HandleGallery)
|
||||
|
||||
app.Listen(":" + viper.GetString("RIMGU_PORT"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user