From b5e880de0b5a58f1ee169494e8d142e5fa7614c4 Mon Sep 17 00:00:00 2001 From: Sanan507 <227714367+Sanan507@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:38:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=92=20[security=20fix]=20Restrict=20Ac?= =?UTF-8?q?tuator=20Endpoints=20Exposure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index d982810..1c0e3ff 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -23,6 +23,9 @@ springdoc: path: /swagger-ui.html management: + server: + port: 8081 + address: 127.0.0.1 endpoints: web: exposure: