1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-08 06:55:28 +02:00

Uncomment not-found route in router

This commit is contained in:
zinyando 2016-06-14 16:11:22 +02:00
parent 4acc73174f
commit f22a4a582b

View file

@ -94,9 +94,9 @@ export default Router.map(function() {
path: 'widgets' path: 'widgets'
}); });
// this.route('not-found', { this.route('not-found', {
// path: '/*wildcard' path: '/*wildcard'
// }); });
this.route('pods', function() {}); this.route('pods', function() {});
}); });