Web: Added temp path.

This commit is contained in:
Tatiana Lopaeva 2022-11-24 16:00:32 +03:00
parent 90db4721d6
commit 35698e1ea6

View File

@ -155,7 +155,7 @@ export const SaveAs = (title, url, folderId, openNewTab) => {
combineUrl(
AppServerConfig.proxyURL,
config.homepage,
`/httphandlers/filehandler.ashx?${params}`
`products/files/httphandlers/filehandler.ashx?${params}` //TODO: will change 'products/files' path
),
"_blank"
);