From cabafad91c72f5c9ce99be6d60942fb52df498d3 Mon Sep 17 00:00:00 2001 From: Jason Date: Sat, 20 Sep 2025 18:30:19 +0800 Subject: [PATCH] fix typo --- src/utils/ApiPathConst.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ApiPathConst.js b/src/utils/ApiPathConst.js index 152b3b8..64f98a7 100644 --- a/src/utils/ApiPathConst.js +++ b/src/utils/ApiPathConst.js @@ -61,7 +61,7 @@ export const GET_PUB_ORG_MARK_AS_NON_CREDITOR = apiPath+'/org/pub/mark-as-non-cr export const GET_MSG_DETAILS = apiPath+'/msg/details'; export const GET_MSG_LIST = apiPath+'/msg/list'; -export const GET_MSG_DASHBOARD = apiPath+'/msg/list/deshboard'; +export const GET_MSG_DASHBOARD = apiPath+'/msg/list/dashboard'; export const POST_ANNOUNCE_SAVE = apiPath+'/announcement/save'; export const GET_ANNOUNCE = apiPath+'/announcement';