1
0
This commit is contained in:
Antonio 2023-04-28 00:28:11 +08:00
parent 2881166d1f
commit 1d4d736b7d

View File

@ -40,7 +40,7 @@ func main() {
func check_access(token string) bool {
print(".")
req, _ := http.NewRequest("GET", "https://bypass.churchless.tech/accounts/check", nil)
req, _ := http.NewRequest("GET", "https://ai.fakeopen.com/api/accounts/check", nil)
req.Header.Set("Authorization", "Bearer "+token)
client := &http.Client{}
resp, err := client.Do(req)