Skip to content

Commit

Permalink
Merge pull request #267 from Badsender-com/feat-add-rename-folder
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
medamineziraoui authored Apr 2, 2021
2 parents e7daf5f + 2ed3939 commit 0c3a386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/server/folder/folder.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ async function getFolder(req, res) {
*
* @apiParam (Body) {String} folderName
*
* @apiUse folders
* @apiUse folder
* @apiSuccess {folder} folder renamed
*/

async function rename(req, res) {
Expand Down

0 comments on commit 0c3a386

Please sign in to comment.