From 0e164fed21b40508025a225e3962821a0cd70845 Mon Sep 17 00:00:00 2001 From: Georg Hackenberg Date: Tue, 30 Jan 2024 12:39:30 +0100 Subject: [PATCH] fix port number --- tests.postman_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.postman_collection.json b/tests.postman_collection.json index 2e478881..fe0ef52a 100644 --- a/tests.postman_collection.json +++ b/tests.postman_collection.json @@ -451,7 +451,7 @@ ] }, "url": { - "raw": "http://127.0.0.1:5002/", + "raw": "http://127.0.0.1:5003/", "protocol": "http", "host": [ "127", @@ -459,7 +459,7 @@ "0", "1" ], - "port": "5002", + "port": "5003", "path": [ "" ]