gophertown / gophertown-src

Source for http://gophertown.org
4 stars 3 forks source link

Routes for non-index pages are broken #5

Closed dgryski closed 9 years ago

dgryski commented 9 years ago

The app has urls for each user and search, but go reports 404 because there is no handler defined for the routes (which are handled in javascript by ember anyway).

dgryski commented 9 years ago

Looks like rustaceans serves up the index.html page on everything that isn't an API call or a known static asset. The muxer rules will need a little tweaking.