/**
  * Display a listing of the resource.
  *
  * @return \Illuminate\Http\Response
  */
 public function get()
 {
     dd(\Rome2RioData::getData());
 }