mirror of
https://github.com/fastapi-practices/fastapi_best_architecture.git
synced 2026-03-13 09:31:31 +08: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 = '系统参数配置'
|