nodebb-plugin-s3-uploads
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -125,4 +125,4 @@ var Package = require("./package.json"); | ||
params.router.post('/api' + adminRoute + '/s3settings', params.middleware.applyCSRF, s3settings); | ||
params.router.post('/api' + adminRoute + '/credentials', params.middleware.applyCSRF, credentials); | ||
params.router.post('/api' + adminRoute + '/s3settings', s3settings); | ||
params.router.post('/api' + adminRoute + '/credentials', credentials); | ||
@@ -129,0 +129,0 @@ callback(); |
{ | ||
"name": "nodebb-plugin-s3-uploads", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A plugin for NodeBB to take file uploads and store them on S3", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
18638