I have a simple FastAPI application that serves a file test.html in app/main.py like so: @app.get('/') def index(): return FileResponse('static/test.html').
確定! 回上一頁