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