Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed Mar 24, 2024
1 parent 987ea8e commit 6a8ee11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brakecode.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
if (cache.licenseCheck) {
return cache.licenseCheck
}
const response = await fetch(`https://${LICENSE_HOST}/check/nim/${id}`, {
const response = await fetch(`https://${LICENSE_HOST}/v1/license/nim/${id}`, {
headers: {
'Accept': "application/json",
"Content-Type": "application/json"
Expand Down

0 comments on commit 6a8ee11

Please sign in to comment.