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