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 } }