Skip to content

Commit

Permalink
remove unused controller
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Nov 7, 2023
1 parent 0124a09 commit 03c4833
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 107 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ class UrlMappings {
}
"/api/$api_version/incubator/executions/$id"(controller: 'rdExecution', action: "listForJob")

"/api/$api_version/incubator/job/$id?"(controller: 'rdJob') {
action = [GET: 'get', POST: 'save', DELETE: 'delete']
}

"/api/$api_version/incubator/jobs"(controller: 'rdJob', action: "query")

"/api/$api_version/job/$id"(controller: 'scheduledExecution') {
action = [GET: 'apiJobExport', DELETE: 'apiJobDelete']
}
Expand Down

0 comments on commit 03c4833

Please sign in to comment.