langgenius/dify

add type annotation to api endpoints

Open

#36,541 创建于 2026年5月23日

在 GitHub 查看
 (13 评论) (1 反应) (0 负责人)TypeScript (141,412 star) (22,210 fork)batch import
good first issue

描述

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.

贡献者指南