From 5020011a09f44f1e50ea9396d3afa0759c097183 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Sun, 27 Jul 2025 13:56:25 +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