This commit is contained in:
proelements
2025-12-29 10:01:13 +02:00
parent ce77bab1a1
commit 9bdad9d028
319 changed files with 1925 additions and 658 deletions

View File

@@ -15,5 +15,6 @@ class Controller extends Base_Controller {
protected function register_endpoints() {
$this->register_endpoint( Endpoints\Get_Tier_Features::class );
$this->register_endpoint( Endpoints\Get_License_Status::class );
}
}