feat: 注释掉reload_web_git

This commit is contained in:
caoqianming 2024-06-11 16:19:46 +08:00
parent 388b28133f
commit f596a6ab1a
1 changed files with 1 additions and 1 deletions

View File

@ -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()),