diff --git a/api/src/app.py b/api/src/app.py index f161339..45300f4 100644 --- a/api/src/app.py +++ b/api/src/app.py @@ -125,4 +125,5 @@ def custom_expired_token_response(jwt_header, jwt_payload): # start api server if __name__ == "__main__": - app.run(debug=isDev, host=config['HOST'], port=int(config['PORT'])) \ No newline at end of file + app.run(debug=isDev, host=config['HOST'], port=int(config['PORT'])) + \ No newline at end of file