UNPKG
getting-started
Version:
latest (1.0.1)
1.0.1
Tutoral for Getting Started with Taunus
github.com/taunus/getting-started
taunus/getting-started
getting-started
/
controllers
/
routes.js
6 lines
(4 loc)
•
76 B
JavaScript
View Raw
1
2
3
4
5
6
'use strict'
;
module
.
exports
= [ {
route
:
'/'
,
action
:
'home/index'
} ];