From 595f76b84f23cc17e998733cbf6db30e4a3b16c6 Mon Sep 17 00:00:00 2001 From: jade Date: Wed, 8 Jul 2026 16:41:26 +0900 Subject: [PATCH] fix: remove invalid reactive web application type from gateway config --- axhub-gateway/src/main/resources/application.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/axhub-gateway/src/main/resources/application.properties b/axhub-gateway/src/main/resources/application.properties index 54c2f34..7ef7012 100644 --- a/axhub-gateway/src/main/resources/application.properties +++ b/axhub-gateway/src/main/resources/application.properties @@ -1,5 +1,4 @@ spring.application.name=axhub-admin -spring.main.web-application-type=reactive # Gateway Fallback Routing (For unregistered tools) mcp.gateway.fallback.routes.email=http://tool-email:8083