summaryrefslogtreecommitdiff
path: root/cgi/index.pl
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/index.pl')
-rw-r--r--cgi/index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgi/index.pl b/cgi/index.pl
index 4e481a8..3ce8415 100644
--- a/cgi/index.pl
+++ b/cgi/index.pl
@@ -435,4 +435,5 @@ app->config(
},
);
+app->types->type( json => 'application/json; charset=utf-8' );
app->start();