mirror of
https://github.com/fastapi/fastapi.git
synced 2026-06-20 13:29:43 -04:00
6 lines
99 B
Python
6 lines
99 B
Python
from fastapi import FastAPI
|
|
|
|
app = FastAPI()
|
|
|
|
app.frontend("/", directory="dist", check_dir=False)
|