diff options
| -rw-r--r-- | cgi/index.pl | 1 | 
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();  | 
