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