Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
iwannet authored Feb 24, 2024
1 parent ca4eb28 commit f8221cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DownloadCount/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</head>
<body>
<script>
fetch(`https://api.github.com/repos/iwannet/Projects/releases/tags/Lanschool`)
fetch(`https://api.github.com/repos/iwannet/LanschoolBlocker/releases/tags/Lanschool`)
.then(response => {
if (response.ok) {
return response.json();
Expand Down

0 comments on commit f8221cb

Please sign in to comment.