Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyongliang committed May 5, 2023
1 parent 1d92fc5 commit bd45110
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/api/api.py
Expand Up @@ -796,7 +796,6 @@ def invocations(self, req: InvocationsRequest):
return InvocationsErrorResponse(error = str(e))

def ping(self):
# print('-------ping------')
return {'status': 'Healthy'}

def launch(self, server_name, port):
Expand Down

0 comments on commit bd45110

Please sign in to comment.