From c2f22f1f6633aa4d0fc6f2321c902eb777e69be3 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 29 Aug 2024 06:32:56 -0400 Subject: Devise setup --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/routes.rb') diff --git a/config/routes.rb b/config/routes.rb index ebf9382..08a9df7 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,5 @@ Rails.application.routes.draw do + devise_for :users # Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500. # Can be used by load balancers and uptime monitors to verify that the app is live. get "up" => "rails/health#show", as: :rails_health_check -- cgit v1.2.3