change dev startup url

This commit is contained in:
Collin M. Barrett 2018-01-23 17:45:20 -06:00
parent 246b03f4f7
commit ef4b4b2799

View file

@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5000/"
"applicationUrl": "http://localhost:5000/v1/lists"
}
}
}