From f596a6ab1a2dd2b1b54deaf87cd71568a2196800 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 11 Jun 2024 16:19:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B3=A8=E9=87=8A=E6=8E=89reload=5Fweb?= =?UTF-8?q?=5Fgit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/develop/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()),