Agregar-volumen

PabloValenzuela23 2023-03-30 11:13:07 -03:00
parent 19d83c8bf5
commit ccf2116f13
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
from fastapi import FastAPI
app =FastAPI()
app =FastAPI()
@app.get("/")
def get_lobby():
return "holassss"