From bee0930d1b8f5b14ec6050737c79834b4a9cbd77 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Fri, 8 Mar 2019 18:07:32 +0100
Subject: [PATCH] derp

---
 index.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.pl b/index.pl
index eb4d6279..7b84c4ad 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;
-- 
GitLab