summaryrefslogtreecommitdiff
path: root/public/app/routes/frontend.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/app/routes/frontend.php')
-rw-r--r--public/app/routes/frontend.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/app/routes/frontend.php b/public/app/routes/frontend.php
index 601641f..be06b1c 100644
--- a/public/app/routes/frontend.php
+++ b/public/app/routes/frontend.php
@@ -45,7 +45,6 @@ Route::add('/page/([0-9]*)', // request lesson by lesson-id
function($id) { Course::page($id); }
);
-
Route::add('/serve/file/([0-9a-zA-Z-_\.\/]*)', // serve file by path
function ($path) { Course::serve_file($path); } // (also ?type= is sent)
);