radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

Generated code does not redirect "site/datatype" to "site/datatype/index" #15

Closed ssteinerx closed 9 years ago

ssteinerx commented 9 years ago

Generate a new object type using mugen, the try to go to "http://localhost:3000/objecttype" is 404.

This is because the only generated route is to http://localhost:3000/objecttype/index

http://localhost:3000/objecttype should either redirect, or just drop the "/index" altogether.

radiegtya commented 9 years ago

I'll try to fix this when I have time :)

radiegtya commented 9 years ago

fixed in the latest meteoris version. thanks