diff --git a/client/app/pages/home/index.js b/client/app/pages/home/index.js index 05b167db99..c8f64caad4 100644 --- a/client/app/pages/home/index.js +++ b/client/app/pages/home/index.js @@ -18,7 +18,7 @@ function HomeCtrl(Events, Dashboard, Query, $http, currentUser, toastr) { }); this.verifyEmail = () => { - $http.post('/verification_email/').success(({ message }) => { + $http.post('verification_email/').success(({ message }) => { toastr.success(message); }); };