forked from Trustie/forgeplus
fix bug
This commit is contained in:
parent
3c9c5c1c78
commit
a496c3b8d5
|
|
@ -253,7 +253,7 @@ defaults format: :json do
|
|||
end
|
||||
end
|
||||
|
||||
resource :code_check, only: [:index,:create] do
|
||||
resource :code_checks, only: [:index,:create] do
|
||||
collection do
|
||||
post :run_task
|
||||
get :query_task
|
||||
|
|
|
|||
Loading…
Reference in New Issue