peng 2 лет назад
Родитель
Сommit
9fd5e84f37
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      VSeesResourceWeb/urls.py

+ 1 - 1
VSeesResourceWeb/urls.py

@@ -27,6 +27,6 @@ router.register(r'upgradeFirmwareInfo', UpgradeFirmwareInfoSet)
 
 urlpatterns = [
     # path('admin/', admin.site.urls),
-    re_path(r'^(?P<operation>.*)', WechatLoginView.as_view()),
+    re_path(r'^login/(?P<operation>.*)', WechatLoginView.as_view()),
     url(r'^', include(router.urls)),
 ]