Create route for vertical schedule and test confirming it works

This commit is contained in:
CactusPuppy 2021-04-24 18:54:58 -07:00
parent c372cbbd00
commit 410012d6be
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
2 changed files with 15 additions and 0 deletions

View file

@ -202,6 +202,7 @@ Osem::Application.routes.draw do
member do
get :events
get :happening_now
get :vertical_schedule
end
end
end