This commit is contained in:
tdgmcode 2023-03-21 18:41:50 -04:00
parent 22f12894ad
commit e33167c989

View file

@ -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'