mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
stuff
This commit is contained in:
parent
7b6e5fd431
commit
9305e3a66a
2 changed files with 1 additions and 3711 deletions
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…
Add table
Add a link
Reference in a new issue