fix: private upload custom response config option

This commit is contained in:
Bobby 2021-06-08 07:59:25 +07:00
parent cf2fed6605
commit a4f353ddcf
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -13,7 +13,7 @@ module.exports = {
Any other groups, assuming registered, will still be able to manage their previously uploaded files.
*/
privateUploadGroup: null, // Other group names in controllers/permissionController.js
privateUploadCustomRespond: null,
privateUploadCustomResponse: null,
/*
If true, users will be able to create accounts and access their uploaded files.