langgenius/dify

add type annotation to api endpoints

Closed

#36.541 geöffnet am 23. Mai 2026

Auf GitHub ansehen
 (13 Kommentare) (1 Reaktion) (0 zugewiesene Personen)TypeScript (141.412 Stars) (22.210 Forks)batch import
good first issue

Beschreibung

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.

Contributor Guide