79639737

Date: 2025-05-27 02:14:34
Score: 1
Natty:
Report link

The easiest way would be adding the following to your Program.cs:

app.UseStaticFiles(new StaticFileOptions
{
    ServeUnknownFileTypes = true
});
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SomeGenericDev