ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit e06d45a89e6be332719be59094043ea4846f10bd
parent e0c3a8bce1308fe2b2a356cef481fc8ebac1aae2
Author: Pavel Lang <langpavel@phpskelet.org>
Date:   Wed, 27 Jul 2016 09:19:14 +0200

Merge pull request #769 from langpavel/fix-content-page

Comments in router, to avoid common WTF moment
Diffstat:
Msrc/routes/index.js | 3+++
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, ],