Skip to content

Commit

Permalink
v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
katoretb committed Aug 5, 2024
1 parent 6b122c7 commit 48b94b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']))
app.run(debug=isDev, host=config['HOST'], port=int(config['PORT']))

0 comments on commit 48b94b2

Please sign in to comment.