header('Content-Type', 'application/json'); }); Route::get('/Setting/QuietGet/RccGames', function(){ return response("{\n}") ->header('Content-Type', 'application/json'); }); Route::fallback(function () { return response('404 not found.', 404) ->header('Content-Type', 'text/plain'); });