saymedia / angularjs-server

Specialized server for AngularJS sites
MIT License
247 stars 49 forks source link

Slash of the end #26

Open l0ne opened 9 years ago

l0ne commented 9 years ago

Very good solution!

But there is a problem with the slash of the end. If it is added slash that does not processed, I think need redirect, or at least 404. Can you help solve this problem? For example: http://angularjs-server-weather.herokuapp.com/boston/

In my site reverse situation, URLs with a slash at the end, but when I open without a slash, the situation is the same.

apparentlymart commented 9 years ago

Hmm... the intent is that this would redirect just like AngularJS itself does, but it appears that there is a bug preventing that from working. Thanks for letting us know!