From a4f353ddcfd95bf320a4e6d9c7cbfaccc979f8b9 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 8 Jun 2021 07:59:25 +0700 Subject: [PATCH] fix: private upload custom response config option --- config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index 43ff04a..02a134e 100644 --- a/config.sample.js +++ b/config.sample.js @@ -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.