diff --git a/apps/develop/urls.py b/apps/develop/urls.py index ddbc6380..0c1c5685 100755 --- a/apps/develop/urls.py +++ b/apps/develop/urls.py @@ -10,7 +10,7 @@ router.register('correct', CorrectViewSet, basename='correct') urlpatterns = [ path(API_BASE_URL + 'reload_server_git/', ReloadServerGit.as_view()), - path(API_BASE_URL + 'reload_web_git/', ReloadClientGit.as_view()), + # path(API_BASE_URL + 'reload_web_git/', ReloadClientGit.as_view()), path(API_BASE_URL + 'reload_server_only/', ReloadServerOnly.as_view()), path(API_BASE_URL + 'backup_database/', BackupDatabase.as_view()), path(API_BASE_URL + 'backup_media/', BackupMedia.as_view()),