agregando fastapi
This commit is contained in:
7
apps/api/code/main.py
Normal file
7
apps/api/code/main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
@app.get("/")
|
||||
async def root():
|
||||
return("Hola Mundo")
|
||||
Reference in New Issue
Block a user