소스 검색

更新URL

zhangdongming 2 년 전
부모
커밋
fe6072c0b9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Ansjer/urls.py

+ 1 - 1
Ansjer/urls.py

@@ -153,7 +153,7 @@ urlpatterns = [
     re_path(r'^app/getIdData', AppInfo.AppIdDataView.as_view()),
     re_path(r'^wechat/authsign', UserController.wxAuthSignView.as_view()),
     re_path(r'^wechat/perfect', UserController.wxPerfectView.as_view()),
-    re_path('Test', Test.Test.as_view()),
+    re_path(r'^Test', Test.Test.as_view()),
     re_path(r'^oauth/authcode', UserController.OauthAuthCodeView.as_view()),
     re_path(r'^oauth/perfect', UserController.OauthPerfectView.as_view()),
     re_path(r'^oauth/unbunding', UserController.UnbundingWXView.as_view()),