App\Http\Controllers\ClockworkController::getPage PHP Method

getPage() public method

Return all data to the Clockwork API dashboard
public getPage ( )
    public function getPage()
    {
        return view('api.clockwork');
    }