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