เพิ่ม socket แจ้งเตือนออกคำสั่ง

This commit is contained in:
Thanaphon Frappet 2025-04-01 12:50:30 +07:00
parent e6748cfa57
commit 0c315eed8a
4 changed files with 69 additions and 1 deletions

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

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