mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 05:02:49 +00:00
7 lines
86 B
TOML
7 lines
86 B
TOML
[app]
|
|
include = 'admin'
|
|
|
|
[api.config]
|
|
prefix = '/configs'
|
|
tags = '系统参数配置'
|