Explorar el Código

修改webrtc url

locky hace 1 mes
padre
commit
2b97ee4110
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      azoauth/urls.py

+ 1 - 1
azoauth/urls.py

@@ -42,7 +42,7 @@ urlpatterns = [
     # app to app oauth2验证登录连接
     re_path('appToApp/oa2/(?P<operation>.*)', AppToApp.Oa2View.as_view()),
 
-    re_path('oa2/(?P<operation>.*)', index.RtcController.as_view()),    # rtc
+    re_path('webrtc/(?P<operation>.*)', index.RtcController.as_view()),    # webrtc
 
     # 域名备案网站
     re_path('(?P<path>.*)', beian.beianPath),