mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-31 13:12:27 +00:00
Merge branch 'main' into crowdin
This commit is contained in:
commit
bac1cad9f2
73 changed files with 1091 additions and 272 deletions
|
@ -58,7 +58,10 @@ public class WebsiteStartup
|
|||
|
||||
app.UseRouting();
|
||||
|
||||
app.UseStaticFiles();
|
||||
app.UseStaticFiles(new StaticFileOptions
|
||||
{
|
||||
ServeUnknownFileTypes = true,
|
||||
});
|
||||
|
||||
app.UseRequestLocalization();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue