fixing stuff

This commit is contained in:
2023-11-08 23:21:52 -03:00
parent acfd94f6ff
commit 877c7a0dc3
4 changed files with 15 additions and 17 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View File

@@ -4,4 +4,4 @@ status_blueprint = Blueprint('status_blueprint', __name__)
@status_blueprint.route('/status/ok', methods=['GET'])
def return_ok():
return 200
return '', 200