aboutsummaryrefslogtreecommitdiff
path: root/src/api/routes/files/filesGET.js
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-10-12 14:37:09 +0900
committerPitu <[email protected]>2019-10-12 14:37:09 +0900
commitc121bd42f38cc3bd47b68efd8cf70da158cbdf8d (patch)
tree373833e4217d693036490b4b4e23b1e5fa4b227c /src/api/routes/files/filesGET.js
parentchore: prepare for filepond (diff)
downloadhost.fuwn.me-c121bd42f38cc3bd47b68efd8cf70da158cbdf8d.tar.xz
host.fuwn.me-c121bd42f38cc3bd47b68efd8cf70da158cbdf8d.zip
chore: upload fixes
Diffstat (limited to 'src/api/routes/files/filesGET.js')
-rw-r--r--src/api/routes/files/filesGET.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/routes/files/filesGET.js b/src/api/routes/files/filesGET.js
index ce288ff..f0779fd 100644
--- a/src/api/routes/files/filesGET.js
+++ b/src/api/routes/files/filesGET.js
@@ -33,6 +33,7 @@ class filesGET extends Route {
For each file, create the public link to be able to display the file
*/
for (let file of files) {
+ console.log(file);
file = Util.constructFilePublicLink(file);
}