From 360f401dd0d9fc2468996eab11bfe358a4a7d098 Mon Sep 17 00:00:00 2001 From: Mister-Mario Date: Mon, 8 Apr 2024 00:39:14 +0200 Subject: [PATCH] Modified SOMEIP in the openapi.yaml --- gatewayservice/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatewayservice/openapi.yaml b/gatewayservice/openapi.yaml index 98968bbf..7129380e 100644 --- a/gatewayservice/openapi.yaml +++ b/gatewayservice/openapi.yaml @@ -9,7 +9,7 @@ info: servers: - url: http://localhost:8000 description: Development server - - url: http://SOMEIP:8000 + - url: http://172.203.216.60:8000 description: Production server paths: /adduser: