mirror of
https://github.com/Dvorinka/SpotifyRecAlg.git
synced 2026-06-03 20:13:03 +00:00
dockerfile
This commit is contained in:
@@ -62,6 +62,10 @@ func NewRouter(cfg RouterConfig) http.Handler {
|
||||
v1.POST("/providers/musicbrainz/enrich", handler.enrichMusicBrainz)
|
||||
v1.GET("/providers/status", handler.providerStatus)
|
||||
|
||||
router.Static("/static", "./web/static")
|
||||
router.StaticFile("/", "./web/index.html")
|
||||
router.StaticFile("/app.js", "./web/app.js")
|
||||
|
||||
return router
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user