We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4702c75 commit 34b5660Copy full SHA for 34b5660
src/functions/check.js
@@ -13,7 +13,7 @@ module.exports = async function check() {
13
const subdomain = response.subdomain.toLowerCase();
14
15
fetch(
16
- `https://api.github.com/repos/is-a-good-dev/register/contents/sub-logs/${subdomain}.json`,
+ `https://api.github.com/repos/is-a-good-dev/register/contents/domains/${subdomain}.json`,
17
{
18
method: "GET",
19
headers: {
0 commit comments