mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 15:30:05 +00:00
simulate file change
This commit is contained in:
@@ -41,7 +41,6 @@ func (s *Server) registerRoutes() *http.ServeMux {
|
|||||||
|
|
||||||
mux.HandleFunc("/api/v1/audio/{filepath}", s.songFile)
|
mux.HandleFunc("/api/v1/audio/{filepath}", s.songFile)
|
||||||
mux.HandleFunc("/api/v1/image/{filepath}", s.imageFile)
|
mux.HandleFunc("/api/v1/image/{filepath}", s.imageFile)
|
||||||
|
|
||||||
mux.HandleFunc("/api/v1/callback", s.callback)
|
mux.HandleFunc("/api/v1/callback", s.callback)
|
||||||
|
|
||||||
return mux
|
return mux
|
||||||
|
|||||||
Reference in New Issue
Block a user