feat(display): ping route

This commit is contained in:
2025-08-18 12:10:02 +02:00
parent 8d3bf0e32e
commit 330d63ebd8
2 changed files with 24 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
meta {
name: ping
type: http
seq: 7
}
get {
url: 127.0.0.1:1323/api/ping
body: none
auth: inherit
}
settings {
encodeUrl: true
}