hrms-mgt/src/api/socket.ts

8 lines
103 B
TypeScript
Raw Normal View History

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