diff options
Diffstat (limited to 'StoneIsland/www/js/lib/router.js')
| -rw-r--r-- | StoneIsland/www/js/lib/router.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/router.js b/StoneIsland/www/js/lib/router.js new file mode 100644 index 00000000..b1c33cb7 --- /dev/null +++ b/StoneIsland/www/js/lib/router.js @@ -0,0 +1,9 @@ +var SiteRouter = Router.extend({ + + el: "body", + + routes: { + "/": 'login', + } + +})
\ No newline at end of file |
