Update app/main.py

This commit is contained in:
2026-05-26 08:54:36 +00:00
parent e1cd23769d
commit f3c0f98991

View File

@@ -1,3 +1,5 @@
from fastapi import FastAPI
app = FastAPI() app = FastAPI()
@app.get("/") @app.get("/")