Mercurial > pumpbridge
diff app.js_to_pump.io-client-app_lib @ 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 |
line wrap: on
line diff
--- a/app.js_to_pump.io-client-app_lib Thu Jun 12 01:08:00 2014 +0200 +++ b/app.js_to_pump.io-client-app_lib Thu Jun 12 10:23:05 2014 +0200 @@ -206,7 +206,6 @@ app.get('/login', auth.userAuth, auth.noUser, routes.login); app.post('/login', auth.userAuth, auth.noUser, routes.handleLogin); app.post('/logout', auth.userAuth, auth.userRequired, routes.handleLogout); - app.get('/about', auth.userAuth, auth.userOptional, routes.about); app.get('/authorized/:hostname', routes.authorized); app.get('/.well-known/host-meta.json', routes.hostmeta);