diff options
author | David Gay <david@davidgay.org> | 2021-05-25 20:31:41 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-25 20:31:41 -0400 |
commit | f62c26d1dade224871a3043e1e47963b358bd345 (patch) | |
tree | 9a92abaf99e8ccbde1185c1c5047b81e25e702ba /config | |
parent | ca9d189e51b7467f539d906a6e891fa4a7caa2fc (diff) |
stop_activity
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 69865ee..514ab2e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -35,5 +35,6 @@ Rails.application.routes.draw do delete "/bazaar/cancel/:id", to: "bazaar#cancel_offer", as: :bazzar_cancel_offer post "/start_activity", to: "activities#start" + post "/stop_activity", to: "game#stop_activity" post "/finish_activity", to: "game#finish_activity" end |