mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08:00
* Update system notice to plugin * Add plugin model alembic support * update plugin conf * add plugin route injection * update plugin route inject * fix and optimize plugin router inject
9 lines
206 B
TOML
9 lines
206 B
TOML
# 属于哪个 app,如果为独立 app,应设置为 ''
|
||
app = 'admin'
|
||
|
||
# api 路由配置,仅对于非独立 app 可用
|
||
[api]
|
||
# prefix 必须带前导 /
|
||
prefix = '/notices'
|
||
tags = '系统通知公告'
|