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

export default endpoints;