From 26fa7b56e80901f6250fec79cbd05401d9061648 Mon Sep 17 00:00:00 2001 From: p31729568 Date: Mon, 4 Nov 2019 16:10:23 +0800 Subject: [PATCH] auth qq --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/routes.rb b/config/routes.rb index 04d20fd15..60fbf2dad 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -6,6 +6,7 @@ Rails.application.routes.draw do get 'attachments/download/:id', to: 'attachments#show' get 'attachments/download/:id/:filename', to: 'attachments#show' + get 'auth/qq/callback', to: 'oauth/qq#create' resources :edu_settings scope '/api' do