[Bootstrap cleanup] Get rid of old old styleguide
Fixes: CNVS-39094 test plan: - navigate to http://localhost:3000/old_styleguide - it should no longer be accessible :D Change-Id: I6dc809d32656ee98822303eb174c00a6289a5e9d Reviewed-on: https://gerrit.instructure.com/125248 Tested-by: Jenkins Reviewed-by: Chris Hart <chart@instructure.com> Product-Review: Chris Hart <chart@instructure.com> QA-Review: Dan Sasaki <dsasaki@instructure.com>
This commit is contained in:
parent
24a67c187c
commit
6d0a1f391d
File diff suppressed because it is too large
Load Diff
|
@ -817,7 +817,6 @@ CanvasRails::Application.routes.draw do
|
|||
post 'users/toggle_hide_dashcard_color_overlays' => 'users#toggle_hide_dashcard_color_overlays'
|
||||
get 'styleguide' => 'info#styleguide'
|
||||
get 'accounts/:account_id/theme-preview' => 'brand_configs#show'
|
||||
get 'old_styleguide' => 'info#old_styleguide'
|
||||
root to: 'users#user_dashboard', as: 'root', via: :get
|
||||
# backwards compatibility with the old /dashboard url
|
||||
get 'dashboard' => 'users#user_dashboard', as: :dashboard_redirect
|
||||
|
|
Loading…
Reference in New Issue