Skip to content

Commit 34b5660

Browse files
authoredNov 5, 2024
Update check.js
1 parent 4702c75 commit 34b5660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/functions/check.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = async function check() {
1313
const subdomain = response.subdomain.toLowerCase();
1414

1515
fetch(
16-
`https://api.github.com/repos/is-a-good-dev/register/contents/sub-logs/${subdomain}.json`,
16+
`https://api.github.com/repos/is-a-good-dev/register/contents/domains/${subdomain}.json`,
1717
{
1818
method: "GET",
1919
headers: {

0 commit comments

Comments
 (0)
Please sign in to comment.