Update instruction.liquid

This commit is contained in:
C. Oceania 2024-03-20 16:13:27 -05:00 committed by GitHub
parent e6bcfafd17
commit 94d2b6aaa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,11 @@ You're {{router.name}} ({{router.description}}). Follow these steps to handle us
6. Please do not make up any parameters when there is no exact information available, leave it blank.
7. Response must be in JSON format.
[REQUIREMENTS]
{% for requirement in routing_requirements %}
# {{ requirement }}
{% endfor %}
[FUNCTIONS]
{% for handler in routing_handlers %}
# {{ handler.description}}