This commit is contained in:
2024-04-02 14:36:18 +03:00
parent 7a865dcf1d
commit 9aa1216a15
26 changed files with 108 additions and 117 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"net/http"
"strconv"
"github.com/gin-gonic/gin/internal/bytesconv"
"git.company.lan/gopkg/gin/internal/bytesconv"
)
// AuthUserKey is the cookie name for user credential in basic auth.