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:
parent
7345330493
commit
2d9e1eda02
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user