refactor(pipedrive): set baseUrl in a seperate file
This commit is contained in:
@@ -73,10 +73,7 @@ export default defineAction({
|
||||
|
||||
const {
|
||||
data: { data },
|
||||
} = await $.http.post(
|
||||
`${$.auth.data.apiDomain}/api/v1/organizations`,
|
||||
body
|
||||
);
|
||||
} = await $.http.post('/api/v1/organizations', body);
|
||||
|
||||
$.setActionItem({
|
||||
raw: data,
|
||||
|
Reference in New Issue
Block a user