Files
DXApp/DXApp.TemplateKitProject/Program.cs
OlgunR a4c33e6bac Add MIME type mappings for .mjs and .ftl files
Updated the `Program.cs` file to enhance static file handling:
- Corrected the comment for `.mjs` MIME type registration.
- Added a new MIME type mapping for `.ftl` files as `text/plain`.
- Updated `UseStaticFiles` middleware to use a `StaticFileOptions`
  object with the modified `ContentTypeProvider`.

These changes ensure proper serving of `.mjs` and `.ftl` files with
appropriate content type headers.
2026-06-01 15:43:16 +02:00

1.3 KiB