Zaid-Ajaj / Fable.Remoting

Type-safe communication layer (RPC-style) for F# featuring Fable and .NET Apps
https://zaid-ajaj.github.io/Fable.Remoting/
MIT License
273 stars 55 forks source link

Fixed combineRouteWithBaseUrl #79

Closed mvsmal closed 6 years ago

mvsmal commented 6 years ago

Since route always starts with / according to RouteBuilder = sprintf ("/%s/%s"), combineRouteWithBaseUrl always resulted with a final url like http://baseurl//IMusicStore/allAlbums. This fix avoids duplicated slash.

Zaid-Ajaj commented 6 years ago

@mvsmal Thanks a lot for spotting this!