diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-29 14:14:45 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-10-29 14:14:45 -0400 |
commit | 7abd8426b71606ce94eb6ba6f3eafc01b9b7f4d2 (patch) | |
tree | e3be0e6fe9525ffc52628fcbdfa2befe2db23d6e /src/SMAPI.Web/Properties | |
parent | 78958dfe9f78a581225a3f3e037abf001dde2b5b (diff) | |
download | SMAPI-7abd8426b71606ce94eb6ba6f3eafc01b9b7f4d2.tar.gz SMAPI-7abd8426b71606ce94eb6ba6f3eafc01b9b7f4d2.tar.bz2 SMAPI-7abd8426b71606ce94eb6ba6f3eafc01b9b7f4d2.zip |
set default launch URL to log parser (#358)
Diffstat (limited to 'src/SMAPI.Web/Properties')
-rw-r--r-- | src/SMAPI.Web/Properties/launchSettings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Properties/launchSettings.json b/src/SMAPI.Web/Properties/launchSettings.json index 0f59900d..e485e4e3 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/v1.0/mods?modKeys=nexus:541,chucklefish:4228,github:Zoryn4163/SMAPI-Mods", + "launchUrl": "log", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } |