v0.0.18.7
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
madipo2611 2025-08-18 16:44:41 +03:00
parent d2750ba384
commit 0f112e34d8

View File

@ -89,9 +89,7 @@ func (s *Server) configureRouter() {
srv.AddTransport(&wsTransport)
s.router.Handle("/", playground.Handler("GraphQL playground", "/query"))
s.router.Handle("/ws", srv)
s.router.Handle("/query", srv)
s.router.Handle("/uploads/*", http.StripPrefix("/uploads/", http.FileServer(http.Dir("./uploads"))))
}