1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Fixed verification routing

This commit is contained in:
Uncled1023 2016-12-12 20:23:43 -08:00
parent 7345330493
commit 2d9e1eda02
3 changed files with 2 additions and 3 deletions

View File

@ -74,8 +74,7 @@ namespace Teknik.Areas.Shortener.Controllers
public ActionResult Verify()
{
ViewBag.Title = "Url Shortener Verification - " + Config.Title;
ShortenViewModel model = new ShortenViewModel();
return View(model);
return View();
}
}
}

View File

@ -590,7 +590,7 @@
<Content Include="Areas\Admin\Views\_ViewStart.cshtml" />
<Content Include="App_Data\MachineKey.config" />
<Content Include="Areas\Admin\Views\Admin\UserInfo.cshtml" />
<Content Include="Areas\Shortener\Views\Shortener\View.cshtml" />
<Content Include="Areas\Shortener\Views\Shortener\Verify.cshtml" />
<None Include="Properties\PublishProfiles\Teknik Dev.pubxml" />
<None Include="Properties\PublishProfiles\Teknik Production.pubxml" />
<None Include="Scripts\jquery-2.1.4.intellisense.js" />