Update whitelist.go

This commit is contained in:
里見 灯花 2024-12-13 14:27:06 +08:00 committed by GitHub
parent bc1aa54116
commit c35b8b7690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ package auth
import (
"encoding/json"
"github.com/satomitoka/ghproxy/config"
"ghproxy/config"
"os"
"strings"
)