From 4ceaaaa654e3d3f59ce089834e54b9b9783a485c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adam=20Kr=C3=ADdl?= <xkridl@fi.muni.cz>
Date: Sat, 27 May 2023 21:01:53 +0200
Subject: [PATCH] Fix specification of default port in report

---
 report/openapi.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/report/openapi.yaml b/report/openapi.yaml
index 487f7a9..d715648 100644
--- a/report/openapi.yaml
+++ b/report/openapi.yaml
@@ -23,7 +23,7 @@ servers:
       server:
         default: localhost
       port:
-        default: "${server.port}"
+        default: "8085"
 tags:
   - name: Report
     description: Microservice for report pdf report.
-- 
GitLab