diff index.js_to_pump.io-client-app_lib_routes @ 12:f190abf340ef

fixed some problems with facebook (caused by developers.facebook.com) removed fql :D
author Mathias Gebbe <mgebbe@intevation.de>
date Thu, 12 Jun 2014 10:23:05 +0200
parents b73191efc65b
children c5bf4e02958e
line wrap: on
line diff
--- a/index.js_to_pump.io-client-app_lib_routes	Thu Jun 12 01:08:00 2014 +0200
+++ b/index.js_to_pump.io-client-app_lib_routes	Thu Jun 12 10:23:05 2014 +0200
@@ -47,10 +47,6 @@
     }
 };
 
-exports.about = function(req, res) {
-    res.render('about', { pageTitle: "About" });
-};
-
 exports.login = function(req, res) {
     res.render('login', { pageTitle: "Login" });
 };
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)