Add generic oauth to routes

Signed-off-by: prichier <pascoualito@gmail.com>
pull/317/head
Keturah Dola-Borg 5 years ago committed by prichier
parent cfd2165442
commit badaffcd5c
  1. 1
      routes.go

@ -76,6 +76,7 @@ func InitRoutes(apper Apper, r *mux.Router) *mux.Router {
configureSlackOauth(handler, write, apper.App())
configureWriteAsOauth(handler, write, apper.App())
configureGitlabOauth(handler, write, apper.App())
configureGenericOauth(handler, write, apper.App())
// Set up dyamic page handlers
// Handle auth

Loading…
Cancel
Save