diff --git a/.vscode/dashkiosk.hurl b/.vscode/dashkiosk.hurl index 4585f1f..9efa390 100644 --- a/.vscode/dashkiosk.hurl +++ b/.vscode/dashkiosk.hurl @@ -1,9 +1,8 @@ -# "C:\Program Files\hurl\hurl.exe" basic.hurl - ### GET https://dashkiosk.phares.duckdns.org/api/display Accept: application/json + HTTP 200 [Asserts] header "Content-Type" == "application/json; charset=utf-8" @@ -12,6 +11,7 @@ header "Content-Type" == "application/json; charset=utf-8" GET https://dashkiosk.phares.duckdns.org/api/group Accept: application/json + HTTP 200 [Asserts] header "Content-Type" == "application/json; charset=utf-8" @@ -20,6 +20,7 @@ header "Content-Type" == "application/json; charset=utf-8" PUT https://dashkiosk.phares.duckdns.org/api/display/5NRH58/group/2 Accept: application/json + HTTP 200 [Asserts] header "Content-Type" == "application/json; charset=utf-8" @@ -28,6 +29,7 @@ header "Content-Type" == "application/json; charset=utf-8" PUT https://dashkiosk.phares.duckdns.org/api/display/5NRH58/group/1 Accept: application/json + HTTP 200 [Asserts] header "Content-Type" == "application/json; charset=utf-8" diff --git a/.vscode/settings.json b/.vscode/settings.json index 0b34175..aeaec99 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,11 @@ { + "files.associations": { + "*.ffs_gui": "xml", + "*.hurl": "http", + "*.org": "ini", + "*.net": "ini", + "default": "ini" + }, "cSpell.words": [ "gitea", "Immich", diff --git a/index.html b/index.html index 8087572..cb9c0c6 100644 --- a/index.html +++ b/index.html @@ -11,12 +11,50 @@
- +