This commit is contained in:
Jamie.Rees 2017-04-07 14:15:07 +01:00
parent 7b6e5fd431
commit 9305e3a66a
2 changed files with 1 additions and 3711 deletions

File diff suppressed because it is too large Load diff

View file

@ -59,13 +59,6 @@ namespace Ombi
ContentTypeProvider = provider
});
app.UseStaticFiles(new StaticFileOptions
{
FileProvider = new PhysicalFileProvider(
Path.Combine(Directory.GetCurrentDirectory(), @"app")),
RequestPath = new PathString("/app"),
});
app.UseMvc(routes =>
{
routes.MapRoute(