fix spawn server
This commit is contained in:
parent
b0b81e024c
commit
48778fe928
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :job_logs, only: [ :index, :show ]
|
||||
|
||||
resources :servers, only: [ :index, :show, :new, :destroy ] do
|
||||
resources :servers, only: [ :index, :show, :new, :create, :destroy ] do
|
||||
resources :job_logs, only: [ :index ]
|
||||
member do
|
||||
post :spawn
|
||||
|
|
|
|||
Loading…
Reference in a new issue