Skip to content

Commit

Permalink
Update REST endpoint to match naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
wpscholar authored Jun 20, 2022
1 parent 2712465 commit b37d7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/SSO_REST_Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class SSO_REST_Controller extends \WP_REST_Controller {
*
* @var string
*/
protected $namespace = 'newfold/v1';
protected $namespace = 'newfold-sso/v1';

/**
* Registers the settings route
Expand Down

0 comments on commit b37d7f6

Please sign in to comment.