diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-28 11:51:25 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-28 11:51:25 -0400 |
commit | 9a091bd961ed6dca221316a50c04b91318514ce3 (patch) | |
tree | 6f4845bea80f955c7c0d5db6ce6f8111e6d0c1b7 /src/SMAPI.Web/Properties/launchSettings.json | |
parent | 3f43ebcc0e31db523fa82a163374cebf2f577cde (diff) | |
download | SMAPI-9a091bd961ed6dca221316a50c04b91318514ce3.tar.gz SMAPI-9a091bd961ed6dca221316a50c04b91318514ce3.tar.bz2 SMAPI-9a091bd961ed6dca221316a50c04b91318514ce3.zip |
fix API version format
Diffstat (limited to 'src/SMAPI.Web/Properties/launchSettings.json')
-rw-r--r-- | src/SMAPI.Web/Properties/launchSettings.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI.Web/Properties/launchSettings.json b/src/SMAPI.Web/Properties/launchSettings.json index a0760365..75c36ee2 100644 --- a/src/SMAPI.Web/Properties/launchSettings.json +++ b/src/SMAPI.Web/Properties/launchSettings.json @@ -11,7 +11,7 @@ "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, - "launchUrl": "api/1.0/mods?modKeys=nexus:541,chucklefish:4228,github:Zoryn4163/SMAPI-Mods", + "launchUrl": "api/v1.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/1.0/mods?modKeys=nexus:541,chucklefish:4228,github:Zoryn4163/SMAPI-Mods", + "launchUrl": "api/v1.0/mods?modKeys=nexus:541,chucklefish:4228,github:Zoryn4163/SMAPI-Mods", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, |