good first issue
仓库指标
- 星标
- (141,412 个星标)
- PR 合并指标
- (平均合并 1天 21小时) (30 天内合并 579 个 PR)
描述
so we can easily do following migration.
rule: when find any
.route("/apps/<uuid:app_id>/messages/<uuid:message_id>")
begin with uuid: , type the parameter to UUID.
begin with string:, type the parameter to str.