We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f1c8e commit be96b39Copy full SHA for be96b39
source/app/blueprints/rest/api_routes.py
@@ -28,7 +28,7 @@
28
@rest_api_blueprint.route('/api/ping', methods=['GET'])
29
@ac_api_requires()
30
def api_ping():
31
- return response_success("pong")
+ return response_success('pong')
32
33
34
@rest_api_blueprint.route('/api/versions', methods=['GET'])
0 commit comments