From 28efa946e4fee0d1582e50e4870e3b848a7f294f Mon Sep 17 00:00:00 2001 From: MinhNN Date: Thu, 30 Oct 2025 12:41:53 +0700 Subject: [PATCH] first commit --- constants/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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