summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/router.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/router.js b/lib/router.js
index ed4e2ef..55816d0 100644
--- a/lib/router.js
+++ b/lib/router.js
@@ -6,6 +6,8 @@ Router.route('/', {name: 'login'});
Router.route('/dates', {name: 'dates'});
Router.route('/photos', {name: 'photos'});
+Router.route('/about', {name: 'about'});
+
Router.route('/imgproxy', function () {
var self = this;
var url = 'http://scontent.cdninstagram.com' + this.request._parsedUrl.search.match(/url\=[^\&]+/)[0].split('=')[1];