Commit 452da309 authored by Patrizia Barria's avatar Patrizia Barria
Browse files

Add new file

parent 1b667d30
Loading
Loading
Loading
Loading

app/main.py

0 → 100644
+7 −0
Original line number Original line Diff line number Diff line
from fastapi import FastAPI

app = FastAPI()
    
@app.get("/hello")
def hello():
    return {"message": "Hello World!"}
 No newline at end of file