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()),