Explorar o código

Update uploadPOST.js

Kana %!s(int64=6) %!d(string=hai) anos
pai
achega
04ee40e673
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/api/routes/files/uploadPOST.js

+ 1 - 0
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 {