Update ackee-panel.yaml
parent
bded94df29
commit
f371df3c57
|
@ -18,7 +18,7 @@ info:
|
||||||
http:
|
http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/"
|
- "{{BaseURL}}"
|
||||||
- "{{BaseURL}}/favicon.ico"
|
- "{{BaseURL}}/favicon.ico"
|
||||||
|
|
||||||
stop-at-first-match: true
|
stop-at-first-match: true
|
||||||
|
@ -32,4 +32,4 @@ http:
|
||||||
|
|
||||||
- type: dsl
|
- type: dsl
|
||||||
dsl:
|
dsl:
|
||||||
- "status_code==200 && (\"-1495233116\" == mmh3(base64_py(body)))"
|
- "status_code==200 && (\"-1495233116\" == mmh3(base64_py(body)))"
|
||||||
|
|
Loading…
Reference in New Issue