Commit 8bd89cf7 authored by Doug Stull's avatar Doug Stull Committed by Mayra Cabrera

Remove `resources :user_callouts` from `config/routes.rb`

parent eae575b7
......@@ -145,9 +145,6 @@ Rails.application.routes.draw do
get 'acme-challenge/' => 'acme_challenges#show'
# UserCallouts
resources :user_callouts, controller: 'users/callouts', only: [:create] # remove after 14.6 2021-12-22 to handle mixed deployments
scope :ide, as: :ide, format: false do
get '/', to: 'ide#index'
get '/project', to: 'ide#index'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment