Skip to content

Commit

Permalink
Fix remote access
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Jan 10, 2025
1 parent 4504836 commit 1dcfa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Brass/API.pm
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ get 'api/server/' => sub {
my $user = var 'api_user'
or error __"Authentication required";

my $return = $cdb->run_cert(
my $return = $cdb->run_server(
server => query_parameters->get('server'),
action => query_parameters->get('action'),
param => query_parameters->get('param'),
Expand Down

0 comments on commit 1dcfa7e

Please sign in to comment.