get('/', function () use ($router) { return $router->app->version(); }); $router->get("/dyndns", ["uses" => "DynDnsController@update"]);