From 21f9ba31645a716b72dfa4f4d298a4f616f6341c Mon Sep 17 00:00:00 2001 From: BuiDang Date: Fri, 25 Nov 2016 21:15:57 +0700 Subject: [PATCH] commit route --- app/scripts/routes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/routes.js b/app/scripts/routes.js index f6e0ef4..dcc8487 100644 --- a/app/scripts/routes.js +++ b/app/scripts/routes.js @@ -1,7 +1,7 @@ define([], function(){ 'use strict'; return { - defaultRoutePaths: '/1', + defaultRoutePaths: '/1/place_1', routes: { '/:tShirt/:place': { templateUrl: 'views/main.html', -- 1.8.5.3