diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-03-08 18:07:32 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-03-08 18:07:32 +0100 |
commit | bee0930d1b8f5b14ec6050737c79834b4a9cbd77 (patch) | |
tree | cb62d238dacdd1e099cc6842dfc02e279bdd04dc | |
parent | 03f421073693a97554235b1f278f2df31eb4b6a8 (diff) |
derp
-rwxr-xr-x | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |