This commit is contained in:
mrfelfel
2026-07-18 19:41:33 +03:30
parent 87ba0d253d
commit dfb0e857f1
158 changed files with 20278 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
import { c as clearAdminSession } from '../../../chunks/adminAuth_CY4OwU1a.mjs';
export { renderers } from '../../../renderers.mjs';
const POST = async (context) => {
clearAdminSession(context);
return context.redirect("/admin/login/", 302);
};
const _page = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
__proto__: null,
POST
}, Symbol.toStringTag, { value: 'Module' }));
const page = () => _page;
export { page };