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

Getting started in 60 Seconds seems have a problem with double slash links #180

Closed keithn closed 5 years ago

keithn commented 5 years ago

Thought I'd check out the framework, followed the guide...

it seems to insert double slash ( // ) in the links and not work

like if I click on Add book I get http://localhost:8085/books//add

keithn commented 5 years ago

Ended up putting the forward in the wrong place...

all good now