Move account-related APIs down one level into /api/account and the former /api/sign_u...
[ndcode_site.git] / my_account / send_verification_email / index.html.jst
index cc03ade..32f6c75 100644 (file)
@@ -95,7 +95,7 @@ return async env => {
 
       script {
         let sign_up_send_email_verification_link = async (...arguments) => api_call(
-          '/api/sign_up/send_email_verification_link.json',
+          '/api/account/sign_up/send_email_verification_link.json',
           ...arguments
         )