pull/1358/head
Jamie.Rees 8 years ago
parent 7b6e5fd431
commit 9305e3a66a

File diff suppressed because it is too large Load Diff

@ -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(

Loading…
Cancel
Save