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

Create app.py

parent 320c9f0c
Branches
No related tags found
1 merge request!1Feature/get graph data from gap
"""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