From bee0930d1b8f5b14ec6050737c79834b4a9cbd77 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 8 Mar 2019 18:07:32 +0100 Subject: derp --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index eb4d627..7b84c4a 100755 --- a/index.pl +++ b/index.pl @@ -1233,6 +1233,6 @@ app->config( }, ); -app->types( json => 'application/json; charset=utf-8' ); +app->types->type( json => 'application/json; charset=utf-8' ); app->start; -- cgit v1.2.3