Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes #110
  • Loading branch information
namithj authored Nov 4, 2024
1 parent c93691f commit 90222a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public function register_settings() {
array(
'value' => 'api.aspirecloud.org',
'label' => 'AspireCloud (api.aspirecloud.org)',
'require-api-key' => 'true',
'require-api-key' => 'false',
'api-key-url' => 'api.aspirecloud.org/v1/apitoken',
),
array(
Expand Down

0 comments on commit 90222a5

Please sign in to comment.