public function __construct() { parent::__construct(); $this->GC->response->setViewPrefix('v2/'); include BASE_PATH . '/libraries/LongURL_API_v2.php'; $this->api = new LongURL_API_v2(); }
public function __construct() { parent::__construct(); $this->GC->response->setViewPrefix('v1/'); }