summaryrefslogtreecommitdiffstats
path: root/core/routes.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-02-20 13:10:56 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-02-20 13:10:56 +0100
commitbf22ed7bdbb4289253a85fe423b99d4f96a57fba (patch)
tree4bc6e5795a107557b938db22944e026c76ceff58 /core/routes.php
parent3ce77a35e5eeb22b580e243e50a2daeba761d7fc (diff)
downloadnextcloud-server-bf22ed7bdbb4289253a85fe423b99d4f96a57fba.tar.gz
nextcloud-server-bf22ed7bdbb4289253a85fe423b99d4f96a57fba.zip
kill old minimizer code
Diffstat (limited to 'core/routes.php')
-rw-r--r--core/routes.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/routes.php b/core/routes.php
index f8454877e03..aea788bdc6b 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -100,9 +100,6 @@ $this->create('core_avatar_post_cropped', '/avatar/cropped')
->action('OC\Core\Avatar\Controller', 'postCroppedAvatar');
// Not specifically routed
-$this->create('app_css', '/apps/{app}/{file}')
- ->requirements(array('file' => '.*.css'))
- ->action('OC', 'loadCSSFile');
$this->create('app_index_script', '/apps/{app}/')
->defaults(array('file' => 'index.php'))
//->requirements(array('file' => '.*.php'))