Skip to content

Commit

Permalink
Update homePage.resource.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ArpitSureka committed Feb 5, 2024
1 parent 63a280a commit 0590e78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions admin_panel/resources/homePage.resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ const uploadFeature = require('@admin-bro/upload')
let allowedRoles = [roles.SUPERADMIN, roles.LOST];

module.exports = {
resources: [{
resource: homePage,
features: [uploadFeature({
provider: { local: { bucket: 'images_folder' } },
Expand All @@ -18,6 +17,4 @@ module.exports = {
mimeTypes: 'application/png'
}
})],

}]
};

0 comments on commit 0590e78

Please sign in to comment.