Skip to content

Commit

Permalink
Update share-button.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyGamer13 authored Nov 11, 2024
1 parent fbe65d5 commit 17eb830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/menu-bar/share-button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 17eb830

Please sign in to comment.