diff options
author | David Gay <david@davidgay.org> | 2021-05-31 16:51:47 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-31 16:51:47 -0400 |
commit | dcbb8efcde93af6452af77fea6b1038784db477e (patch) | |
tree | 476f1ccde46a663f27a3183e5fa9b202fce89f39 /config | |
parent | 99e2507bea007e4aac17cf562139f53f7f9da9bf (diff) |
Character resting
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index a860321..88d75ef 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -47,4 +47,6 @@ Rails.application.routes.draw do post "/start_activity", to: "activities#start" post "/stop_activity", to: "game#stop_activity" post "/finish_activity", to: "game#finish_activity" + + post "/toggle_resting", to: "game#toggle_resting" end |