UrlConstants.jsx 140 Bytes
const URI = "http://localhost:8000/"; // local server

export const URL_LOGIN = URI + "login";
export const URL_GET_MENU = URI + "getMenu";