Move account-related APIs down one level into /api/account and the former /api/sign_u...
[ndcode_site.git] / api / account / verify_password.json.jst
similarity index 97%
rename from api/verify_password.json.jst
rename to api/account/verify_password.json.jst
index bb36a53..0d5359d 100644 (file)
@@ -10,8 +10,6 @@ return async env => {
   await post_request(
     // env
     env,
-    // endpoint
-    '/api/verify_password.json',
     // handler
     async (email, link_code) => {
       // coerce and/or validate