feat: implement resetting a pop
This commit is contained in:
parent
5c721eb08c
commit
9ff401bdfd
2 changed files with 9 additions and 4 deletions
|
@ -4,10 +4,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
|
||||
post "/reset", to: "instance#reset", as: :reset_in_instance
|
||||
|
||||
get "up" => "rails/health#show", as: :rails_health_check
|
||||
|
||||
# Render dynamic PWA files from app/views/pwa/* (remember to link manifest in application.html.erb)
|
||||
# get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
|
||||
# get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue