mirror of
https://github.com/livekit/livekit.git
synced 2026-07-28 12:09:26 +00:00
Fix /etc/validate route (#3403)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user