From 17eb8300639997812636b7e05977cd01b81a9fca Mon Sep 17 00:00:00 2001 From: JeremyGamer13 <69337718+JeremyGamer13@users.noreply.github.com> Date: Sun, 10 Nov 2024 18:09:09 -0700 Subject: [PATCH] Update share-button.jsx --- src/components/menu-bar/share-button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/menu-bar/share-button.jsx b/src/components/menu-bar/share-button.jsx index f7c094a828f..b01d34c8c19 100644 --- a/src/components/menu-bar/share-button.jsx +++ b/src/components/menu-bar/share-button.jsx @@ -28,7 +28,7 @@ const getProjectUri = () => new Promise(resolve => { const isUploadAvailable = async () => { let res = null; try { - res = await fetch('https://projects.penguinmod.com/api'); + res = await fetch('https://projects.penguinmod.com/api/v1'); } catch { // failed to fetch entirely return false;