diff --git a/serv_nginx/api_bb/internal/handlers/auth.go b/serv_nginx/api_bb/internal/handlers/auth.go index 2823b36..4564da2 100644 --- a/serv_nginx/api_bb/internal/handlers/auth.go +++ b/serv_nginx/api_bb/internal/handlers/auth.go @@ -2,8 +2,10 @@ package handlers import ( + "bytes" "encoding/json" "fmt" + "io" "net/http" "time"