setRootDir(__DIR__.'/../')->configure(); $app->get('/api/sms', function () use ($app) { return new JsonResponse(['status' => 'ok']); }); $app->run();