get('/msg', function() use($app) { $app->response()->json(['msg' => 'Hi!']); }); $app->run();