fix 2!!
This commit is contained in:
parent
22f12894ad
commit
e33167c989
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const roles = [
|
|||
|
||||
const FILE_SIZE_LIMIT = 1024*1024*16;
|
||||
|
||||
const VALID_EXTENSIONS = ['png','jpg','jpeg','gif','svg', 'mp4'];
|
||||
const VALID_EXTENSIONS = ['png','jpg','jpeg','gif','svg', 'mp4', 'mov'];
|
||||
|
||||
|
||||
import { hash, compare } from 'bcrypt'
|
||||
|
|
Loading…
Reference in a new issue