diff --git a/constants/index.ts b/constants/index.ts index 77464a5..e4b757c 100644 --- a/constants/index.ts +++ b/constants/index.ts @@ -1,4 +1,3 @@ - export const TOKEN = "token"; export const BASE_URL = "https://sgw-device.gms.vn"; export const MAP_TRACKPOINTS_ID = "ship-trackpoints"; @@ -28,3 +27,5 @@ export const API_UPDATE_FISHING_LOGS = "/api/sgw/fishingLog"; export const API_SOS = "/api/sgw/sos"; export const API_PATH_SHIP_TRACK_POINTS = "/api/sgw/trackpoints"; export const API_GET_ALL_BANZONES = "/api/sgw/banzones"; + +// Smatec