aboutsummaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorIN COMMON Collective <collective@incommon.cc>2021-04-09 12:29:16 +0200
committerIN COMMON Collective <collective@incommon.cc>2021-04-09 12:29:16 +0200
commit90c67665394bdd36e86e484020cfbd5ad4f188b2 (patch)
treeb41e2db43f72c92db88c4bc5069a5323c3488021 /config/routes.rb
parentd14700c51d692335f001a93c2f6b13b135783206 (diff)
parent4375650ea0788ae6b2a390b10ca6679d67dfc7a3 (diff)
downloadincommon-map-main.tar.gz
Merge branch 'sso-login' into mainHEADmain
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 7fd064a..96b0370 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -35,6 +35,6 @@ Rails.application.routes.draw do
get '/by-uuid/:uuid', to: 'uuid_resolver#new', as: 'uuid_resolver'
# Discourse SSO
- get 'authenticate(/:token)', to: 'welcome#authenticate'
+ get 'authenticate(/:token)', to: 'welcome#authenticate', as: 'authenticate'
get 'logout', to: 'welcome#logout'
end