Uat_Study
parent
cd7bfb3619
commit
46624aad31
|
@ -23,7 +23,9 @@ namespace IRaCIS.Core.API
|
|||
app.UseStaticFiles(new StaticFileOptions
|
||||
{
|
||||
FileProvider = new PhysicalFileProvider(iRaCISDataFolder),
|
||||
RequestPath = $"/{StaticData.Folder.IRaCISDataFolder}"
|
||||
RequestPath = $"/{StaticData.Folder.IRaCISDataFolder}",
|
||||
ServeUnknownFileTypes = true
|
||||
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue