Skip to content

Commit

Permalink
change URL
Browse files Browse the repository at this point in the history
  • Loading branch information
LimesKey committed Jun 14, 2024
1 parent f9ad81e commit 30d8912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
let git_commit: string;
onMount(async () => {
const res = await fetch('https://api.github.com/repos/ChocolateLoverRaj/canvideo/commits?per_page=1');
const res = await fetch('https://api.github.com/repos/LimesKey/PoolMilton/commits?per_page=1');
const data = await res.json();
git_commit = data[0].commit.message;
});
Expand Down

0 comments on commit 30d8912

Please sign in to comment.