|
@@ -265,7 +265,7 @@ urlpatterns = [
|
|
|
url(r'^ios/authsign', UserController.AppleAuthLogin.as_view()),
|
|
|
# app/设备上传日志接口
|
|
|
url(r'^appLog/(?P<operation>.*)$', AppLogController.AppLogView.as_view()),
|
|
|
- url(r'deviceLog/(?P<operation>.*)$', DeviceLogController.DeviceLogView.as_view()),
|
|
|
+ url(r'deviceLog/(?P<operation>.*)', DeviceLogController.DeviceLogView.as_view()),
|
|
|
# 本地登录接口
|
|
|
url(r'^local/(?P<operation>.*)$', UserController.LocalUserView.as_view()),
|
|
|
|