sebastienros / fluid

Fluid is an open-source .NET template engine based on the Liquid template language.
MIT License
1.35k stars 172 forks source link

Minimal api sample doesn't work when run on linux #625

Closed AlexGirardDev closed 5 months ago

AlexGirardDev commented 5 months ago

if you try and run the minimal api sample on linux it will return a 404.

the issue is caused by the index name being set to "Index" but the liquid file is named "index.liquid"