Skip to content
Snippets Groups Projects
Commit aad579e3 authored by Monica Cellio's avatar Monica Cellio
Browse files

removed route, which is not access-protected, in favor of running tasks from the command line

parent e0b2467b
Branches
Tags
No related merge requests found
Rails.application.routes.draw do
mount MaintenanceTasks::Engine, at: "/maintenance_tasks"
# Add normal sign in/sign up, confirmations, registrations, unlocking and password editing routes only if no SSO or mixed sign in.
devise_for :users, only: %i[sessions registrations confirmations unlock passwords],
controllers: { sessions: 'users/sessions', registrations: 'users/registrations' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment