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