From 4299275d2544f0063916e75e7fce799064eaf111 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Fri, 19 Apr 2024 14:07:17 +0800 Subject: [PATCH] update --- src/app/api/salarys/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/api/salarys/actions.ts b/src/app/api/salarys/actions.ts index 11384e0..7cd01d3 100644 --- a/src/app/api/salarys/actions.ts +++ b/src/app/api/salarys/actions.ts @@ -14,7 +14,7 @@ export interface combo { } export const fetchSalaryCombo = cache(async () => { - return serverFetchJson(`${BASE_API_URL}/salary/combo`, { + return serverFetchJson(`${BASE_API_URL}/salarys/combo`, { next: { tags: ["salary"] }, }); }); \ No newline at end of file