4
SLIM 3のグローバルレスポンスのcontent-typeを 'application/json'に設定する方法はありますか?PHP Slim Framework v3 - レスポンスのグローバルコンテンツタイプを設定する
$app->contentType('application/json');
$app->response->headers->set('Content-Type', 'application/json');