From b80cfacaaff2225cfe70c08d017eb2eb59b9907e Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Sun, 27 Jul 2025 22:19:03 +0200 Subject: [PATCH] add actuator.http --- http/actuator.http | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 http/actuator.http diff --git a/http/actuator.http b/http/actuator.http new file mode 100644 index 0000000..de4867d --- /dev/null +++ b/http/actuator.http @@ -0,0 +1,5 @@ +### get actuator +GET {{hostname}}/actuator + +### get actuator health +GET {{hostname}}/actuator/health