diff options
author | Aaron Parecki <aaron@parecki.com> | 2015-05-10 14:05:06 +0200 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2015-05-10 14:05:06 +0200 |
commit | 4898ed74a57b6d14cbcd962e967111adffd4595d (patch) | |
tree | 5eec23250a6eff45d6b694b880120f84a3ebb073 /controllers/controllers.php | |
parent | fb6d4181e429833f083ddd7e1770ed99a70949db (diff) |
set up medium-style editor with image embedding and appcache
Diffstat (limited to 'controllers/controllers.php')
-rw-r--r-- | controllers/controllers.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/controllers/controllers.php b/controllers/controllers.php index 3f09aac..030b6fc 100644 --- a/controllers/controllers.php +++ b/controllers/controllers.php @@ -78,7 +78,6 @@ $app->get('/new', function() use($app) { } }); - $app->get('/bookmark', function() use($app) { if($user=require_login($app)) { $params = $app->request()->params(); |