use Mojolicious::Lite; get '/' => {text => 'Hello! api02 here'}; app->start;