mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-22 13:25:16 +00:00
13 lines
211 B
TOML
13 lines
211 B
TOML
[plugin]
|
|
summary = '参数配置'
|
|
version = '0.0.1'
|
|
description = '通常用于前端工程数据展示'
|
|
author = 'wu-clan'
|
|
|
|
[app]
|
|
include = 'admin'
|
|
|
|
[api.config]
|
|
prefix = '/configs'
|
|
tags = '系统参数配置'
|