getByPK($key); if($shortUrl->id) { App::redirect($shortUrl->url); } else { App::error404(); } } }