mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-18 22:12:30 -04:00
🔥 Remove April Fool's @app.vibe() 🤪 (#15363)
This commit is contained in:
committed by
GitHub
parent
9653034b8d
commit
ae4e45c5cc
@@ -1,12 +0,0 @@
|
||||
from typing import Any
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
app = FastAPI()
|
||||
|
||||
|
||||
@app.vibe(
|
||||
"/vibe/",
|
||||
prompt="pls return json of users from database. make no mistakes",
|
||||
)
|
||||
async def ai_vibes(body: Any): ...
|
||||
Reference in New Issue
Block a user