Skip to content
Snippets Groups Projects
Commit c41975a4 authored by Neda Moeini's avatar Neda Moeini
Browse files

Create app.py

parent 320c9f0c
No related branches found
No related tags found
1 merge request!1Feature/get graph data from gap
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
"""The main module that runs the application."""
import uvicorn
from mapping_provider import create_app
app = create_app()
if __name__ == "__main__":
uvicorn.run("mapping_provider.app:app", host="127.0.0.1", port=8000, reload=True)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment