drop obsolete code

This commit is contained in:
2017-03-29 01:55:25 +02:00
parent fed51e87e5
commit 0a73c16191
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; }