summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-30 10:33:07 -0500
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-12-30 10:33:07 -0500
commit3818d53752a5697f5e92c44cdbc976cfce17bad4 (patch)
tree7f919d12bbb8043b28d74cf9520a81f84089de7e /src/SMAPI.Web
parentc5d452478d57a0f3a6e3827c8fef7028a487c882 (diff)
downloadSMAPI-3818d53752a5697f5e92c44cdbc976cfce17bad4.tar.gz
SMAPI-3818d53752a5697f5e92c44cdbc976cfce17bad4.tar.bz2
SMAPI-3818d53752a5697f5e92c44cdbc976cfce17bad4.zip
fix main sidebar link pointing to wiki instead of home page
Diffstat (limited to 'src/SMAPI.Web')
-rw-r--r--src/SMAPI.Web/Controllers/IndexController.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Controllers/IndexController.cs b/src/SMAPI.Web/Controllers/IndexController.cs
index a887f14a..080285ab 100644
--- a/src/SMAPI.Web/Controllers/IndexController.cs
+++ b/src/SMAPI.Web/Controllers/IndexController.cs
@@ -16,7 +16,6 @@ namespace StardewModdingAPI.Web.Controllers
{
/// <summary>Provides an info/download page about SMAPI.</summary>
[Route("")]
- [Route("install")]
internal class IndexController : Controller
{
/*********