diff options
Diffstat (limited to 'apps/files_sharing/appinfo/routes.php')
-rw-r--r-- | apps/files_sharing/appinfo/routes.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/apps/files_sharing/appinfo/routes.php b/apps/files_sharing/appinfo/routes.php index 78d4276f98a..7c2834dc9c2 100644 --- a/apps/files_sharing/appinfo/routes.php +++ b/apps/files_sharing/appinfo/routes.php @@ -5,21 +5,6 @@ $this->create('core_ajax_public_preview', '/publicpreview')->action( require_once __DIR__ . '/../ajax/publicpreview.php'; }); -use \OCA\Files_Sharing\App\Sharing; - -$app = new Sharing(); - -$app->registerRoutes($this, array('routes' => array( - - // mailTemplate settings - array('name' => 'admin_settings#render_raw', 'url' => '/settings/mailtemplate', 'verb' => 'GET'), - - array('name' => 'admin_settings#update', 'url' => '/settings/mailtemplate', 'verb' => 'POST'), - - array('name' => 'admin_settings#reset', 'url' => '/settings/mailtemplate', 'verb' => 'DELETE') - -))); - // OCS API //TODO: SET: mail notification, waiting for PR #4689 to be accepted |