change mobile to hikes

This commit is contained in:
Berkeley Martinez
2015-07-03 20:42:54 -07:00
parent b2a7351aef
commit 4c8a8a4875
5 changed files with 17 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ const debug = debugFactory('freecc:servereact');
// add routes here as they slowly get reactified
// remove their individual controllers
const routes = [
'/mobile'
'/Hikes'
];
export default function reactSubRouter(app) {