latest update 27 jul 24
This commit is contained in:
6
src/services/socketService.js
Normal file
6
src/services/socketService.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import socketIOClient from 'socket.io-client';
|
||||
import API_BASE_URL from '../config.js';
|
||||
|
||||
const socket = socketIOClient(API_BASE_URL);
|
||||
|
||||
export default socket;
|
||||
Reference in New Issue
Block a user