feat: 注释掉reload_web_git
This commit is contained in:
parent
388b28133f
commit
f596a6ab1a
|
@ -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()),
|
||||
|
|
Loading…
Reference in New Issue