เพิ่ม socket แจ้งเตือนออกคำสั่ง
This commit is contained in:
parent
e6748cfa57
commit
0c315eed8a
4 changed files with 69 additions and 1 deletions
7
src/api/socket.ts
Normal file
7
src/api/socket.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import env from "./index";
|
||||
|
||||
const socket = `${env.API_URI}/org-socket`;
|
||||
|
||||
export default {
|
||||
socket,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue