เพิ่ม socket แจ้งเตือน backup
This commit is contained in:
parent
55756ef9c3
commit
ebae0d9170
4 changed files with 67 additions and 0 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}/backup-socket`;
|
||||
|
||||
export default {
|
||||
socket,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue