Update whitelist.go

This commit is contained in:
里見 灯花 2024-10-10 20:08:33 +08:00 committed by GitHub
parent 4155b9cf4f
commit f4cb77a72e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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