From 480b694f85bd07b1045c407f5e8d88145c10b878 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Sun, 27 Jul 2025 18:49:44 +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