update test launch URL for web API

This commit is contained in:
Jesse Plamondon-Willard 2017-10-13 13:11:10 -04:00
parent f04a68697a
commit 0fa552e2b9
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "api/v1.0/mods",
"launchUrl": "api/1.0/mods?modKeys=nexus:541,chucklefish:4228,github:Zoryn4163/SMAPI-Mods",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@ -19,7 +19,7 @@
"Dewdrop": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "api/v1.0/mods",
"launchUrl": "api/1.0/mods?modKeys=nexus:541,chucklefish:4228,github:Zoryn4163/SMAPI-Mods",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},