mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-22 05:22:56 +00:00
11 lines
160 B
TOML
11 lines
160 B
TOML
[app]
|
|
include = 'admin'
|
|
|
|
[api.dict_data]
|
|
prefix = '/dict-datas'
|
|
tags = '系统字典数据'
|
|
|
|
[api.dict_type]
|
|
prefix = '/dict-types'
|
|
tags = '系统字典类型'
|