summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.Web/Properties/launchSettings.json
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-09-22 20:09:22 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-09-22 20:09:22 -0400
commitf8566067e0874428c53ffdb6cd12d3f91ad4c51c (patch)
treea0eddd4989dcca1ad499411e72b1fe794371bf32 /src/StardewModdingAPI.Web/Properties/launchSettings.json
parent67ce5fcc459ac2e2eface6593592903dd1b68290 (diff)
downloadSMAPI-f8566067e0874428c53ffdb6cd12d3f91ad4c51c.tar.gz
SMAPI-f8566067e0874428c53ffdb6cd12d3f91ad4c51c.tar.bz2
SMAPI-f8566067e0874428c53ffdb6cd12d3f91ad4c51c.zip
update launch URL (#336)
Diffstat (limited to 'src/StardewModdingAPI.Web/Properties/launchSettings.json')
-rw-r--r--src/StardewModdingAPI.Web/Properties/launchSettings.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/StardewModdingAPI.Web/Properties/launchSettings.json b/src/StardewModdingAPI.Web/Properties/launchSettings.json
index c15134dc..3acee14d 100644
--- a/src/StardewModdingAPI.Web/Properties/launchSettings.json
+++ b/src/StardewModdingAPI.Web/Properties/launchSettings.json
@@ -1,4 +1,4 @@
-{
+{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
@@ -11,7 +11,7 @@
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
- "launchUrl": "api/check",
+ "launchUrl": "api/v1.0/mods",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -19,7 +19,7 @@
"Dewdrop": {
"commandName": "Project",
"launchBrowser": true,
- "launchUrl": "api/check",
+ "launchUrl": "api/v1.0/mods",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},