summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/public/app.js b/js/public/app.js
index d58acba2a..0d70059ec 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -3807,7 +3807,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
onSuccess: onSuccess,
onFailure: onFailure
};
- return this._request.post('/apps/news/folders/create', params);
+ return this._request.post('/apps/news/folders', params);
};
Persistence.prototype.deleteFolder = function(folderId) {