How can I post/redirect/get? @app.post("/") async def login(): return RedirectResponse(url="/ressource/1") @app.get("/ressource/{r_id}") ...
確定! 回上一頁