summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'index.pl')
-rw-r--r--index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.pl b/index.pl
index 52f7851..1197fc5 100644
--- a/index.pl
+++ b/index.pl
@@ -684,4 +684,5 @@ app->config(
);
app->types->type( json => 'application/json; charset=utf-8' );
+app->plugin('browser_detect');
app->start();