Skip to content
Snippets Groups Projects
Commit 4f6b8c70 authored by feniks's avatar feniks
Browse files

Update python-api.py

parent f8b0f347
Branches
No related tags found
1 merge request!1Resolve "Изменить ответ вызова GET"
Pipeline #171 passed
......@@ -8,7 +8,7 @@ api = Api(app)
class Info(Resource):
def get(self):
return {'version': 3, 'method': 'GET', 'message': 'Already started'}
return {'version': 3, 'method': 'GET', 'message': 'Running'}
api.add_resource(Info, '/get_info')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment