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.
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.