Add missing handlers

This commit is contained in:
James Mills
2021-01-30 15:30:48 +10:00
parent 8495ba0319
commit 6756dea93d
3 changed files with 28 additions and 11 deletions

View File

@@ -5,10 +5,11 @@ import (
"net/http"
"strings"
"git.mills.io/prologic/spyda/internal/session"
"github.com/julienschmidt/httprouter"
log "github.com/sirupsen/logrus"
"github.com/steambap/captcha"
"git.mills.io/prologic/spyda/internal/session"
)
// CaptchaHandler ...