Detector-Competition-Fix: Fix SuperNotes API verification (#1947)

This commit is contained in:
Corben Leo 2023-10-23 16:29:55 -05:00 committed by GitHub
parent 0b16142d4f
commit 893bb3548d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ func (s Scanner) FromData(ctx context.Context, verify bool, data []byte) (result
}
if verify {
req, err := http.NewRequestWithContext(ctx, "GET", "https://api.supernotes.app/v1/user/", nil)
req, err := http.NewRequestWithContext(ctx, "GET", "https://api.supernotes.app/v1/user", nil)
if err != nil {
continue
}