Move account-related APIs down one level into /api/account and the former /api/sign_u...
[ndcode_site.git] / api / account / sign_out.json.jst
similarity index 95%
rename from api/sign_out.json.jst
rename to api/account/sign_out.json.jst
index 264fb3c..3ddf3c8 100644 (file)
@@ -12,8 +12,6 @@ return async env => {
   await post_request(
     // env
     env,
-    // endpoint
-    '/api/sign_out.json',
     // handler
     async () => {
       let transaction = await env.site.database.Transaction()