เพิ่ม socket แจ้งเตือน backup

This commit is contained in:
Thanaphon Frappet 2025-04-01 12:48:17 +07:00
parent 55756ef9c3
commit ebae0d9170
4 changed files with 67 additions and 0 deletions

7
src/api/socket.ts Normal file
View file

@ -0,0 +1,7 @@
import env from "./index";
const socket = `${env.API_URI}/backup-socket`;
export default {
socket,
};