une commande de coupe de cheveux

This commit is contained in:
2017-04-01 02:14:10 +02:00
parent aaeac2b1c7
commit 4d3194d13a
38 changed files with 3137 additions and 196 deletions

View File

@ -3,7 +3,6 @@ using System;
using System.Globalization;
using System.IO;
using System.Reflection;
using System.Threading.Tasks;
using System.Web.Optimization;
using Microsoft.AspNet.Authentication;
using Microsoft.AspNet.Authorization;
@ -309,8 +308,6 @@ namespace Yavsc
options.AutomaticAuthentication = false;
});
ConfigureOAuthApp(app, SiteSetup);
ConfigureFileServerApp(app, SiteSetup, env, authorizationService);
ConfigureWebSocketsApp(app, SiteSetup, env);