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