Skip to content

fix(api): add url to object

Giannis Kopanas requested to merge fix-expired-urls into main

Here we fix the expired urls of the files send to pagedjs.

The object we were passing didn't had the url as property thus it couldnt replace the expired url with a valid one .

The fix was to add the function getFilesWithUrl

Merge request reports