diff --git a/pkg/service/rtcservice.go b/pkg/service/rtcservice.go index d4233b9b6..a47f670c1 100644 --- a/pkg/service/rtcservice.go +++ b/pkg/service/rtcservice.go @@ -92,7 +92,7 @@ func NewRTCService( } func (s *RTCService) SetupRoutes(mux *http.ServeMux) { - mux.HandleFunc("/validate", s.validate) + mux.HandleFunc("/rtc/validate", s.validate) } func (s *RTCService) validate(w http.ResponseWriter, r *http.Request) {