mirror of
https://github.com/fastapi/fastapi.git
synced 2026-06-20 05:19:20 -04:00
6 lines
97 B
Python
6 lines
97 B
Python
from fastapi import FastAPI
|
|
|
|
app = FastAPI()
|
|
|
|
app.frontend("/", directory="dist", fallback=None)
|