diff --git a/hb_server/apps/develop/views.py b/hb_server/apps/develop/views.py index 0ece46c..ec43e41 100644 --- a/hb_server/apps/develop/views.py +++ b/hb_server/apps/develop/views.py @@ -124,7 +124,8 @@ class UpdateFIFONumber(APIView): class ReloadServer(APIView): - permission_classes = [AllowAny] + authentication_classes = [] + permission_classes = [] def post(self, request): """ 拉取代码并重启服务