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