|
@@ -200,7 +200,7 @@ urlpatterns = [
|
|
|
re_path(r'^faq/(?P<operation>.*)$', FAQController.FAQView.as_view()),
|
|
|
re_path(r'^ios/authsign', UserController.AppleAuthLogin.as_view()),
|
|
|
re_path(r'^appLog/(?P<operation>.*)$', AppLogController.AppLogView.as_view()),
|
|
|
- re_path(r'^deviceLog/(?P<operation>.*)$', DeviceLogController.DeviceLogView.as_view()),
|
|
|
+ re_path(r'deviceLog/(?P<operation>.*)$', DeviceLogController.DeviceLogView.as_view()),
|
|
|
re_path(r'^local/(?P<operation>.*)$', UserController.LocalUserView.as_view()),
|
|
|
re_path(r'^account/updateUserCountry', UserController.updateUserCountry),
|
|
|
re_path(r'^equipmentVersionLimit/(?P<operation>.*)$', EquipmentVersionLimit.EquipmentVersionLimitView.as_view()),
|