public function shortUrlHandler($short_url)
 {
     $long_url = Link::urlRedirect($short_url);
     return Redirect::to($long_url);
 }