|
@@ -38,7 +38,7 @@ urlpatterns = [
|
|
|
url(r'^vseesTest/(?P<operation>.*)', index.VesseTest.as_view()), # test
|
|
|
|
|
|
# app to app oauth2验证登录连接
|
|
|
- path('appToApp/oa2/(?P<operation>.*)', AppToApp.Oa2View.as_view()),
|
|
|
+ re_path('appToApp/oa2/(?P<operation>.*)', AppToApp.Oa2View.as_view()),
|
|
|
|
|
|
# 域名备案网站
|
|
|
re_path('(?P<path>.*)', beian.beianPath),
|