mirror of
https://github.com/fastapi-practices/fastapi-best-architecture.git
synced 2026-09-21 05:02:49 +00:00
9 lines
159 B
TOML
9 lines
159 B
TOML
[plugin]
|
|
summary = '电子邮件'
|
|
version = '0.0.1'
|
|
description = '发送电子邮件,例如验证码、通知等'
|
|
author = 'wu-clan'
|
|
|
|
[app]
|
|
router = ['v1']
|