diff options
-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; |