diff --git a/src/adonisjs/public/author/js/author.js b/src/adonisjs/public/author/js/author.js index 23775d6c5..bafa1a31e 100644 --- a/src/adonisjs/public/author/js/author.js +++ b/src/adonisjs/public/author/js/author.js @@ -193,7 +193,7 @@ class AuthorManager { break; case "control/leave/drafts": await this.caseSave(); //window.location.href = 'draft.html'; - window.location.href = 'drafts'; + window.location.href = '/drafts'; break; } }