From 39caf6c822353d408023bfae79dd4dfd889ab85d Mon Sep 17 00:00:00 2001 From: JuLi0n21 Date: Sun, 27 Jul 2025 13:23:25 +0200 Subject: [PATCH] simulate file change --- grpc-backend/handlers.go | 1 - 1 file changed, 1 deletion(-) diff --git a/grpc-backend/handlers.go b/grpc-backend/handlers.go index 7e05bc9..e2872a5 100644 --- a/grpc-backend/handlers.go +++ b/grpc-backend/handlers.go @@ -41,7 +41,6 @@ func (s *Server) registerRoutes() *http.ServeMux { mux.HandleFunc("/api/v1/audio/{filepath}", s.songFile) mux.HandleFunc("/api/v1/image/{filepath}", s.imageFile) - mux.HandleFunc("/api/v1/callback", s.callback) return mux