|
@@ -256,7 +256,7 @@ urlpatterns = [
|
|
|
re_path(r'^api/algorithm/', include("Ansjer.server_urls.algorithm_shop_url")),
|
|
|
re_path(r'^kvs/', include("Ansjer.server_urls.kvs_url")),
|
|
|
re_path(r'^icloud/', include("Ansjer.server_urls.icloud_url")),
|
|
|
- re_path('appAccout/(?P<operation>.*)', AppAccountManagement.SuperPasswordView.as_view()),
|
|
|
+ re_path('appAccout/(?P<operation>.*)', AppAccountManagement.AppAccoutView.as_view()),
|
|
|
re_path('sensorGateway/(?P<operation>.*)', SensorGatewayController.SensorGateway.as_view()),
|
|
|
re_path(r'^api/surveys/(?P<operation>.*)$', CloudStorageController.CloudStorageView.as_view()),
|
|
|
re_path(r'^api/device/share/(?P<operation>.*)$', UserDeviceShareController.UserDeviceShareView.as_view()),
|