SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
708 stars 108 forks source link

Remove trailing slash from Links.index #179

Closed vtquan closed 5 years ago

vtquan commented 5 years ago

Help with #152 but this doesn't resolved the inconsistency in how trailing slashes are handled.

Krzysztof-Cieslak commented 5 years ago

This is breaking API change, not sure if I understand how this would fix the problem given that it now returns string []

vtquan commented 5 years ago

Gotcha. I ran into problems with trailing slash in url and tried to remove it. Look like I misinterpet what the code is doing.