feat: add ability to set custom Geolite DB URL

This commit is contained in:
Giovanni
2025-02-14 04:01:43 +08:00
committed by GitHub
parent 0d071694cd
commit 2071d002fc
4 changed files with 21 additions and 10 deletions

View File

@@ -11,8 +11,8 @@ import (
"time"
"github.com/fxamacker/cbor/v2"
"github.com/pocket-id/pocket-id/backend/resources"
datatype "github.com/pocket-id/pocket-id/backend/internal/model/types"
"github.com/pocket-id/pocket-id/backend/resources"
"github.com/go-webauthn/webauthn/protocol"
"github.com/pocket-id/pocket-id/backend/internal/common"