socket.io fix

deploy_exxeta
s8613 2025-06-29 22:13:24 +02:00
parent cda1baf7c0
commit 4c3325b0ef
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ import { API_HOST } from "./util/api";
// const URL = process.env.NODE_ENV === 'production' ? undefined : 'http://localhost:4000';
export const socket = io(`${API_HOST}`, {
path: `${API_HOST}/socket.io`,
path: `/ff-api/socket.io`,
});