UrlConstants.jsx 231 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 const URI = 'http://localhost:8000/' // local server export const URL_LOGIN = URI + 'login' export const URL_GET_MENU = URI + 'getMenu' export const SEARCH_LOGS = URI + 'SEARCH_LOGS' export const RESULT_LOGS = URI + 'RESULT_LOGS'