From 2869e8e23cb654a65e8b24bf17ab09a11b804f11 Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Sat, 9 Mar 2024 12:09:41 +0000 Subject: [PATCH] Update launch settings --- BeauFindlay/src/BeauFindlay.Api/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BeauFindlay/src/BeauFindlay.Api/Properties/launchSettings.json b/BeauFindlay/src/BeauFindlay.Api/Properties/launchSettings.json index e296acb..c00a1af 100644 --- a/BeauFindlay/src/BeauFindlay.Api/Properties/launchSettings.json +++ b/BeauFindlay/src/BeauFindlay.Api/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "BeauFindlay.Api": { "commandName": "Project", - "commandLineArgs": "--port 7197", + "commandLineArgs": "--port 7071", "launchBrowser": false } }