Files
pit-router/venv/lib/python3.12/site-packages/werkzeug/__init__.py
yunxiafei 03a68c982e feat: 添加登录页面,支持外网访问 Web UI
- 新增 /web/login 登录页面
- 修改路由使用 optional JWT 认证
- 前端自动检测 token 并跳转登录
- 更新 .gitignore 排除 venv
2026-03-15 07:28:20 +08:00

5 lines
165 B
Python

from .serving import run_simple as run_simple
from .test import Client as Client
from .wrappers import Request as Request
from .wrappers import Response as Response