const endpoints = { API_BASE_URL: "https://localhost:8080/api",
HOME_API: "", ROOM_API: "room", PROFILE_API: "profile",
}; export default endpoints;