1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-19 03:29:37 +02:00

Added warning about unsupported prefix. Added support for Spotify search. Edited README file

This commit is contained in:
unknown 2021-06-25 10:42:44 +02:00
parent aec00982ba
commit 0c3a27febd
9 changed files with 73 additions and 38 deletions

View file

@ -2,7 +2,7 @@ const fs = require('fs');
const multer = require('multer');
if (!fs.existsSync('data/uploads')) {
fs.mkdirSync('data/uploads');
fs.mkdirSync('data/uploads', { recursive: true });
}
const storage = multer.diskStorage({