From 52fa309e86d1bafc6b8a986d8bd74fd906b1ebc9 Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Thu, 18 Oct 2018 00:55:42 +0800 Subject: Extract EE only oauth routes and add tests --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index c081ca9672a..8723a928cc3 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -34,6 +34,8 @@ Rails.application.routes.draw do match '*all', via: [:get, :post], to: proc { [404, {}, ['']] } end + draw :oauth + use_doorkeeper_openid_connect # Autocomplete -- cgit v1.2.3