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 ac5be2b..a4a2442 100644
--- a/index.pl
+++ b/index.pl
@@ -260,4 +260,5 @@ app->config(
},
);
+app->types->type( json => 'application/json; charset=utf-8' );
app->start();