first commit
This commit is contained in:
7
gommi_server.py
Normal file
7
gommi_server.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
@app.get("/")
|
||||
def index():
|
||||
return {"message": "Hello World"}
|
||||
Reference in New Issue
Block a user