Skip to content

Commit be96b39

Browse files
committed
Simple quotes
1 parent e7f1c8e commit be96b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/app/blueprints/rest/api_routes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
@rest_api_blueprint.route('/api/ping', methods=['GET'])
2929
@ac_api_requires()
3030
def api_ping():
31-
return response_success("pong")
31+
return response_success('pong')
3232

3333

3434
@rest_api_blueprint.route('/api/versions', methods=['GET'])

0 commit comments

Comments
 (0)