feat: implement popping nms
This commit is contained in:
parent
ce5d327ca2
commit
5c721eb08c
16 changed files with 1397 additions and 70 deletions
|
@ -3,6 +3,7 @@ Rails.application.routes.draw do
|
|||
|
||||
post "/new", to: "instance#create", as: :new_instance
|
||||
get "/:public_id", to: "instance#show", as: :show_instance
|
||||
post "/pop", to: "instance#pop", as: :pop_in_instance
|
||||
|
||||
get "up" => "rails/health#show", as: :rails_health_check
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue