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