App\Http\Controllers\FoursquareController::getPage PHP 메소드

getPage() 공개 메소드

Return all data to the Foursquare API dashboard
public getPage ( ) : mixed
리턴 mixed
    public function getPage()
    {
        $venues = $this->getVenues();
        return view('api.foursquare')->withVenues($venues);
    }