summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-03-08 18:07:32 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-03-08 18:07:32 +0100
commitbee0930d1b8f5b14ec6050737c79834b4a9cbd77 (patch)
treecb62d238dacdd1e099cc6842dfc02e279bdd04dc /index.pl
parent03f421073693a97554235b1f278f2df31eb4b6a8 (diff)
derp
Diffstat (limited to 'index.pl')
-rwxr-xr-xindex.pl2
1 files changed, 1 insertions, 1 deletions
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;