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