refactor(directory): ♻ update startup url

This commit is contained in:
Collin M. Barrett 2020-08-25 07:10:16 -05:00
parent 5821f269c9
commit a1f9287325
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
<DockerTargetOS>Linux</DockerTargetOS>
<ProjectGuid>8f04c802-830b-4b6d-8d53-5d2a87b4223d</ProjectGuid>
<DockerLaunchAction>LaunchBrowser</DockerLaunchAction>
<DockerServiceUrl>{Scheme}://localhost:{ServicePort}/lists</DockerServiceUrl>
<DockerServiceUrl>{Scheme}://localhost:{ServicePort}/v1/lists</DockerServiceUrl>
<DockerServiceName>filterlists</DockerServiceName>
</PropertyGroup>
<ItemGroup>

View file

@ -4,7 +4,7 @@
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/lists",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/v1/lists",
"publishAllPorts": true
}
}