feat: support cloning instances
This commit is contained in:
parent
5914b85fc6
commit
5aa5fe0f5a
5 changed files with 27 additions and 1 deletions
|
@ -4,6 +4,7 @@ Rails.application.routes.draw do
|
|||
|
||||
post "/new", to: "instance#create", as: :new_instance
|
||||
post "/new_from_fe", to: "instance#create_from_fe", as: :new_from_fe
|
||||
post "/clone", to: "instance#clone", as: :clone_instance
|
||||
post "/pop", to: "instance#pop", as: :pop_in_instance
|
||||
post "/pop/adjust", to: "instance#adjust_pop", as: :adjust_pop
|
||||
post "/reset", to: "instance#reset", as: :reset_in_instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue