endpoints.js 158 Bytes
Newer Older
1
2
const endpoints = {
  API_BASE_URL: "https://localhost:8080/api",
Kim, Chaerin's avatar
Kim, Chaerin committed
3
4
5
  HOME_API: "",
  ROOM_API: "room",
  PROFILE_API: "profile",
6
7
8
};

export default endpoints;