Skip to content

Commit 17eb830

Browse files
Update share-button.jsx
1 parent fbe65d5 commit 17eb830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/menu-bar/share-button.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const getProjectUri = () => new Promise(resolve => {
2828
const isUploadAvailable = async () => {
2929
let res = null;
3030
try {
31-
res = await fetch('https://projects.penguinmod.com/api');
31+
res = await fetch('https://projects.penguinmod.com/api/v1');
3232
} catch {
3333
// failed to fetch entirely
3434
return false;

0 commit comments

Comments
 (0)