From ef4b4b279955ebad27d4c8ef1e9d1c84e629e49e Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Tue, 23 Jan 2018 17:45:20 -0600 Subject: [PATCH] change dev startup url --- src/FilterLists.Api/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Api/Properties/launchSettings.json b/src/FilterLists.Api/Properties/launchSettings.json index 452d652eb..bceadb5a5 100644 --- a/src/FilterLists.Api/Properties/launchSettings.json +++ b/src/FilterLists.Api/Properties/launchSettings.json @@ -6,7 +6,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5000/" + "applicationUrl": "http://localhost:5000/v1/lists" } } } \ No newline at end of file