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.

貢獻者指南