changes to file/GetFile CRM API path
This commit is contained in:
parent
29ab6c397b
commit
19078909ae
4024
package-lock.json
generated
4024
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -21,7 +21,7 @@ export default async function handler(req, res)
|
||||
|
||||
try
|
||||
{
|
||||
axios.get(`${ process.env.CRM_API_HOST }/lk/GetFile/`, {
|
||||
axios.get(`${ process.env.CRM_API_HOST }/file/GetFile/`, {
|
||||
params: { ...client_jwt_decoded, id: req.query.id },
|
||||
responseType: 'arraybuffer',
|
||||
headers: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user