From 4cb3b201e047b37f7556b3549936089da98763f4 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman Yusuf Date: Wed, 24 Aug 2022 04:32:46 +0700 Subject: [PATCH] remove redeclaration --- src/const/ApiConst.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/const/ApiConst.js b/src/const/ApiConst.js index 70a9742..7d348d3 100644 --- a/src/const/ApiConst.js +++ b/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";