diff options
| author | Pitu <[email protected]> | 2019-10-12 14:37:09 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2019-10-12 14:37:09 +0900 |
| commit | c121bd42f38cc3bd47b68efd8cf70da158cbdf8d (patch) | |
| tree | 373833e4217d693036490b4b4e23b1e5fa4b227c /src/api/routes/files/filesGET.js | |
| parent | chore: prepare for filepond (diff) | |
| download | host.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.js | 1 |
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); } |