Move account-related APIs down one level into /api/account and the former /api/sign_u...
[ndcode_site.git] / my_account / password_reset / index.html.jst
index 0e74ab5..ffae545 100644 (file)
@@ -101,7 +101,7 @@ return async env => {
 
       script {
         let password_reset = async (...arguments) => api_call(
-          '/api/password_reset.json',
+          '/api/account/password_reset.json',
           ...arguments
         )