langgenius/dify

add type annotation to api endpoints

Closed

#36 541 ouverte le 23 mai 2026

Voir sur GitHub
 (13 commentaires) (1 réaction) (0 assignés)TypeScript (141 412 stars) (22 210 forks)batch import
good first issue

Description

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.

Guide contributeur