Browse Source

remove redeclaration

pull/2/head
Muhammad Sulaiman Yusuf 2 years ago
parent
commit
4cb3b201e0
  1. 1
      src/const/ApiConst.js

1
src/const/ApiConst.js

@ -3,7 +3,6 @@ const roleName = window.localStorage.getItem('role_name');
const HOST = "https://osmap.id"; // online
export const API_ADW = "http://ospro-api.adyawinsa.com:9083/api/";
export const TOKEN_ADW = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiIxMjAyIiwiZXhwIjoxNjkxODMwNDkzfQ.DvBQIOZsdFndWsliPCZT65Y6G5Xx4vWBKz8Rhe7rvRA";
export const BASE_URL_GEOHR_API = "https://oslog.id/geohr-api";
export const BASE_URL_GEOHR_API2 = "http://siopas.co.id/custom-php/api/geohr";

Loading…
Cancel
Save