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