doing tests

This commit is contained in:
Hosein
2025-12-23 12:31:07 +03:30
parent 233526754b
commit ac1eeac45b
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -8,6 +8,9 @@ app = FastAPI(
version="1.0.0",
)
@app.post("/api/echo")
async def foo(payload: dict):
return {"received_payload": payload}
@app.get("/api/data")
def get_sample_data():
@@ -73,6 +76,7 @@ def read_root():
align-items: center;
padding: 1rem 2rem;
gap: 2rem;
background-color: blue;
}
.logo {
+2
View File
@@ -1,2 +1,4 @@
fastapi
uvicorn
pyTelegramBotAPI
psycopg2-binary