diff options
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 |