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