From b22dac2d252344c2e5c136ba4d0e232a8b5250a9 Mon Sep 17 00:00:00 2001 From: Swordsteel Date: Mon, 28 Jul 2025 10:33:30 +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