feat: support adjusting pop time
This commit is contained in:
parent
54d18f4968
commit
5914b85fc6
5 changed files with 37 additions and 0 deletions
|
@ -5,6 +5,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 "/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
|
||||
post "/auth", to: "instance#authenticate", as: :authenticate_to_instance
|
||||
post "/fairy/mark", to: "fairy#mark", as: :mark_fairy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue