mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 07:11:50 +00:00
fixing stuff
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 36 KiB |
@@ -4,4 +4,4 @@ status_blueprint = Blueprint('status_blueprint', __name__)
|
||||
|
||||
@status_blueprint.route('/status/ok', methods=['GET'])
|
||||
def return_ok():
|
||||
return 200
|
||||
return '', 200
|
||||
|
Reference in New Issue
Block a user