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

Removed tracking of RSS feeds.

This commit is contained in:
Uncled1023 2016-05-27 15:09:10 -07:00
parent 0f96025d48
commit 3abb5bb233

View File

@ -17,8 +17,7 @@ namespace Teknik.Areas.RSS.Controllers
public class RSSController : DefaultController
{
private TeknikEntities db = new TeknikEntities();
[TrackPageView]
[AllowAnonymous]
public ActionResult Index()
{
@ -26,8 +25,7 @@ namespace Teknik.Areas.RSS.Controllers
return new RssResult(feed);
}
[TrackPageView]
[AllowAnonymous]
public ActionResult Blog(string username)
{
@ -84,8 +82,7 @@ namespace Teknik.Areas.RSS.Controllers
return new RssResult(badFeed);
}
[TrackPageView]
[AllowAnonymous]
public ActionResult Podcast()
{