Browse Source

Merge branch 'main' of https://git.2fi-solutions.com/wayne.lee/tsms

tags/Baseline_30082024_FRONTEND_UAT
MSI\2Fi 1 year ago
parent
commit
5f4487dcf0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/app/api/salarys/actions.ts

+ 1
- 1
src/app/api/salarys/actions.ts View File

@@ -14,7 +14,7 @@ export interface combo {
}
export const fetchSalaryCombo = cache(async () => {
return serverFetchJson<combo>(`${BASE_API_URL}/salary/combo`, {
return serverFetchJson<combo>(`${BASE_API_URL}/salarys/combo`, {
next: { tags: ["salary"] },
});
});

Loading…
Cancel
Save