From 60c9de4956547d46390c948146aa6e0c865ffcda Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 3 Jun 2021 21:26:14 -0400 Subject: Move timer and results to new game containers which are always visible --- config/routes.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index 4dea419..8510966 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -44,7 +44,6 @@ Rails.application.routes.draw do post "/bazaar/accept/:id", to: "bazaar#accept_offer", as: :bazzar_accept_offer delete "/bazaar/cancel/:id", to: "bazaar#cancel_offer", as: :bazzar_cancel_offer - get "/look", to: "look#show" post "/start_activity", to: "activities#start" post "/stop_activity", to: "game#stop_activity" post "/finish_activity", to: "game#finish_activity" -- cgit v1.2.3