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