This commit is contained in:
Daniel Friesel 2019-03-08 18:07:32 +01:00
parent 03f4210736
commit bee0930d1b

View file

@ -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;