Skip to content

Commit

Permalink
Remove duplicate /api path segment, required to make Socket.io work
Browse files Browse the repository at this point in the history
  • Loading branch information
rogup committed Apr 3, 2024
1 parent 953067b commit 1b9d970
Show file tree
Hide file tree
Showing 6 changed files with 345 additions and 312 deletions.
2 changes: 1 addition & 1 deletion src/queries/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export const createPublicMapView = async (mapId: number): Promise<string> => {
});
}

return `/api/public/map/${mapId}`;
return `/public/map/${mapId}`;
};

export const createUserFeedback = async (
Expand Down
Loading

0 comments on commit 1b9d970

Please sign in to comment.