Skip to content
Snippets Groups Projects
Commit a2e9c551 authored by Christopher Feldhues's avatar Christopher Feldhues :call_me_tone1:
Browse files

...

parent 253bc5fb
No related branches found
No related tags found
Loading
web: uvicorn main:app --host 0.0.0.0 --port 8080
\ No newline at end of file
......@@ -4,4 +4,6 @@ app = FastAPI()
@app.get("/")
async def root():
return {"greeting":"Hallo MSA!"}
\ No newline at end of file
return {"greeting":"Hallo MSA!"}
# uvicorn main:app --reload
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment