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

Removed tracking of 404/403 errors. Might revisit this later.

This commit is contained in:
Uncled1023 2016-06-16 12:44:32 -07:00
parent 1962e4c715
commit 8348d53e04

View File

@ -49,8 +49,7 @@ namespace Teknik.Areas.Error.Controllers
return View(model);
}
[TrackPageView]
[AllowAnonymous]
public ActionResult Http403(Exception exception)
{
@ -68,8 +67,7 @@ namespace Teknik.Areas.Error.Controllers
return View(model);
}
[TrackPageView]
[AllowAnonymous]
public ActionResult Http404(Exception exception)
{