fastapi
TOC
- Attributes:
- Functions:
Attributes
🅰 logger
logger = Logger("FASTAPI", skip_writers_names=["ws"])
🅰 serverapp
serverapp = FastAPI()
🅰 front_end_dist_path
front_end_dist_path = os.path.join(
os.path.dirname(neetbox.__file__), "frontend_dist"
)
Functions
🅵 redirect_to_web
def redirect_to_web():
🅵 serve_static_root
def serve_static_root(path: str):