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