Files
fastapi_best_architecture/backend/plugin/notice/plugin.toml
Wu Clan d9985f9d4d Add plugin system and notice plugin (#503)
* 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
2025-02-13 21:19:49 +08:00

9 lines
206 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 属于哪个 app如果为独立 app应设置为 ''
app = 'admin'
# api 路由配置,仅对于非独立 app 可用
[api]
# prefix 必须带前导 /
prefix = '/notices'
tags = '系统通知公告'