Skip to content
Snippets Groups Projects
Commit 61c1bcd9 authored by Eugen Ciur's avatar Eugen Ciur
Browse files

minor fix - url

parent fce135e3
Branches
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ export default class Requests extends Service { ...@@ -43,7 +43,7 @@ export default class Requests extends Service {
*/ */
let url, headers_copy = {}; let url, headers_copy = {};
url = `${base_url()}document-versions/${document_version.id}/download/`; url = `${base_url()}/document-versions/${document_version.id}/download/`;
Object.assign(headers_copy, this.headers); Object.assign(headers_copy, this.headers);
//headers_copy['Access-Control-Allow-Origin'] = ENV.APP.HOST; //headers_copy['Access-Control-Allow-Origin'] = ENV.APP.HOST;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment