mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:39:19 +00:00
Start on album download
This commit is contained in:
@@ -107,6 +107,9 @@ func main() {
|
||||
videoRouter := endpointRouter.PathPrefix("/video").Subrouter()
|
||||
routes.RegisterVideoRoutes(db, videoRouter)
|
||||
|
||||
downloadsRouter := endpointRouter.PathPrefix("/download").Subrouter()
|
||||
routes.RegisterDownloadRoutes(db, downloadsRouter)
|
||||
|
||||
shouldServeUI := utils.ShouldServeUI()
|
||||
|
||||
if shouldServeUI {
|
||||
|
||||
Reference in New Issue
Block a user