domain compelete api attachment
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import danakAxios from "../../../config/axiosDanak";
|
||||
|
||||
export const getWorkspaces = async () => {
|
||||
const { data } = await danakAxios.get(
|
||||
`/subscriptions/workspaces/${import.meta.env.VITE_SERVICE_ID}`
|
||||
);
|
||||
return data;
|
||||
};
|
||||
Reference in New Issue
Block a user