updated
هذا الالتزام موجود في:
7
test-projects/fastapi-test/main.py
Normal file
7
test-projects/fastapi-test/main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
@app.get("/")
|
||||
def hello():
|
||||
return {"message": "Hello from FastAPI!"}
|
||||
المرجع في مشكلة جديدة
حظر مستخدم