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

export default endpoints;