User foundation setup
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# For more information see: http://emberjs.com/guides/routing/
|
||||
# and for queryParams: https://github.com/alexspeller/website/blob/a96d9afe4506454b155cc64299e86e558ce3c9f1/source/guides/routing/query-params.md
|
||||
App.Router.reopen
|
||||
#location: 'history'
|
||||
rootURL: '/user'
|
||||
activate: (a,b,c)->
|
||||
debugger
|
||||
|
||||
App.Router.map ->
|
||||
@route 'select_qrcode'
|
||||
@route 'obtain_token'
|
||||
@route 'active_list'
|
||||
@route 'list_products'
|
||||
@route 'list_products_for_table'
|
||||
Reference in New Issue
Block a user