import { c as config } from './config-BHx687w1.js'; import './shared-server-i79vVjEm.js'; async function GET(event) { await fetch(config.api_url + "/auth/logout", { method: "POST" }); event.cookies.delete("token", { path: "/" }); return new Response("success"); } export { GET }; //# sourceMappingURL=_server-CmOgj4e1.js.map