fix: error <> critical confusion

This commit is contained in:
2023-07-02 22:49:17 +02:00
parent cd05159dd2
commit d4fa40af74
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
<div class="example-indent">
-H "Content-Type: application/json" \ <br>
-d '{ "service" : "{{ service.service }}",
"token" : "{{ service.token }}", \<br>
"token" : "{{ service.token }}", <br>
"status" : "OK", "info" : "Free Text Information here" }' \<br>
{{ flask.request.url_root }}
</div>