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

@@ -72,7 +72,7 @@ body{
color: orange; color: orange;
} }
.error{ .critical{
color: red; color: red;
} }

View File

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