feat: implement sorting and visibility changes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import apiClient from "@/api/client";
|
||||
|
||||
export const getCareersApi = async () => {
|
||||
const res = await apiClient.get("/careers/getAll");
|
||||
const res = await apiClient.get("/careers/getAll?admin=true");
|
||||
return res.data;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user