drop obsolete code

This commit is contained in:
Paul Schneider 2017-03-29 01:55:25 +02:00
commit 6bbe89366e
8 changed files with 49 additions and 107 deletions

View file

@ -14,8 +14,8 @@ using System.Threading.Tasks;
namespace Yavsc.Controllers
{
using Models;
[ServiceFilter(typeof(LanguageActionFilter)),AllowAnonymous]
[AllowAnonymous]
public class HomeController : Controller
{
public IHostingEnvironment Hosting { get; set; }