We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd49642 commit e59671dCopy full SHA for e59671d
backend/plugin/notice/plugin.toml
@@ -1,9 +1,4 @@
1
-# 是否对此插件启用 alembic
2
-alembic = true
3
-
4
-# app 关联信息
5
-[app]
6
# 属于哪个 app,如果为独立 app,则应设置为 'original'
7
-belong = 'admin'
8
-# api 版本
+app = 'admin'
+# api 版本,将生成对应版本路由
9
api_version = 'v1'
0 commit comments