Skip to content

Commit

Permalink
Remove unused file WeAPI::Controller::API::V1::Command
Browse files Browse the repository at this point in the history
  • Loading branch information
okurz committed Jun 26, 2024
1 parent 71b04e2 commit b91aa0e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
1 change: 0 additions & 1 deletion lib/OpenQA/WebAPI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ sub startup ($self) {
my $worker_r = $api_ro->any('/workers/<workerid:num>');
push @api_routes, $worker_r;
$api_public_r->any('/workers/<workerid:num>')->get('/')->name('apiv1_worker')->to('worker#show');
$worker_r->post('/commands/')->name('apiv1_create_command')->to('command#create');
$api_ro->delete('/workers/<worker_id:num>')->name('apiv1_worker_delete')->to('worker#delete');

# api/v1/mutex
Expand Down
53 changes: 0 additions & 53 deletions lib/OpenQA/WebAPI/Controller/API/V1/Command.pm

This file was deleted.

0 comments on commit b91aa0e

Please sign in to comment.