From 2fd2693bf6033159bb4187216d667f3eba86f512 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 11 Oct 2014 21:10:36 +0200 Subject: index: deliver json as utf-8 --- index.pl | 1 + 1 file changed, 1 insertion(+) 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(); -- cgit v1.2.3