Exemplo n.º 1
0
Arquivo: auth.go Projeto: kesyn/kanban
// OauthHandler handles request from other services
func OauthHandler(ctx *middleware.Context) {
	ctx.HTML(200, "templates/oauth")
}