Browse Source

更新URL

zhangdongming 2 years ago
parent
commit
fe6072c0b9
1 changed files with 1 additions and 1 deletions
  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()),