修改reload server

This commit is contained in:
caoqianming 2022-02-28 22:28:26 +08:00
parent a486848639
commit 49666dcd49
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ class UpdateFIFONumber(APIView):
class ReloadServer(APIView): class ReloadServer(APIView):
permission_classes = [AllowAny] authentication_classes = []
permission_classes = []
def post(self, request): def post(self, request):
""" """
拉取代码并重启服务 拉取代码并重启服务