From a1f9287325734e32725ee9acf88c24d22835f8f2 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 25 Aug 2020 07:10:16 -0500 Subject: [PATCH] =?UTF-8?q?refactor(directory):=20=E2=99=BB=20update=20sta?= =?UTF-8?q?rtup=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.dcproj | 2 +- .../FilterLists.Directory.Api/Properties/launchSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.dcproj b/docker-compose.dcproj index 8ed9026f3..b6d1b375d 100644 --- a/docker-compose.dcproj +++ b/docker-compose.dcproj @@ -5,7 +5,7 @@ Linux 8f04c802-830b-4b6d-8d53-5d2a87b4223d LaunchBrowser - {Scheme}://localhost:{ServicePort}/lists + {Scheme}://localhost:{ServicePort}/v1/lists filterlists diff --git a/services/directory/src/FilterLists.Directory.Api/Properties/launchSettings.json b/services/directory/src/FilterLists.Directory.Api/Properties/launchSettings.json index c6bd4c5e3..2c074dbf5 100644 --- a/services/directory/src/FilterLists.Directory.Api/Properties/launchSettings.json +++ b/services/directory/src/FilterLists.Directory.Api/Properties/launchSettings.json @@ -4,7 +4,7 @@ "Docker": { "commandName": "Docker", "launchBrowser": true, - "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/lists", + "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/v1/lists", "publishAllPorts": true } }