aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKana <[email protected]>2019-03-01 13:53:53 +0900
committerGitHub <[email protected]>2019-03-01 13:53:53 +0900
commit04ee40e6734d5272c723c5614c0b9b6f1fb53304 (patch)
treef48beeb74817daa1740ea582db5babab2ad6eb62 /src
parentUpdate uploadPOST.js (diff)
downloadhost.fuwn.me-04ee40e6734d5272c723c5614c0b9b6f1fb53304.tar.xz
host.fuwn.me-04ee40e6734d5272c723c5614c0b9b6f1fb53304.zip
Update uploadPOST.js
Diffstat (limited to 'src')
-rw-r--r--src/api/routes/files/uploadPOST.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/api/routes/files/uploadPOST.js b/src/api/routes/files/uploadPOST.js
index 33c4551..82e9d09 100644
--- a/src/api/routes/files/uploadPOST.js
+++ b/src/api/routes/files/uploadPOST.js
@@ -13,6 +13,7 @@ const { dump } = require('dumper.js');
TODO: If source is a gif, generate a thumb of the first frame and play the gif on hover.
TODO: If source is a video, generate a thumb of the first frame and save the video length.
TODO: Check that the async isAuthorized works and is not nulling out
+ TODO: Lowercase the file extensions
*/
class uploadPOST extends Route {