修改reload server
This commit is contained in:
parent
a486848639
commit
49666dcd49
|
@ -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):
|
||||||
"""
|
"""
|
||||||
拉取代码并重启服务
|
拉取代码并重启服务
|
||||||
|
|
Loading…
Reference in New Issue