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:
parent
aec00982ba
commit
0c3a27febd
9 changed files with 73 additions and 38 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue