commit 34d762e0469979e674658af2100bcf597b5aa066
parent e0c3a8bce1308fe2b2a356cef481fc8ebac1aae2
Author: Pavel Lang <langpavel@phpskelet.org>
Date: Tue, 26 Jul 2016 05:19:34 +0200
Add comment for routes
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/routes/index.js b/src/routes/index.js
@@ -22,11 +22,14 @@ export default {
path: '/',
+ // keep in mind, routes are evaluated in order
children: [
home,
contact,
login,
register,
+
+ // place new routes before...
content,
error,
],