youtuber-blog-frontend/build/server/chunks/_server-DuxAnzoW.js
2024-05-29 20:43:41 +02:00

12 lines
342 B
JavaScript

import { c as config } from './config-DeQcbWtq.js';
import './index-Ddp2AB5f.js';
import 'dotenv';
async function GET(event) {
const exportedCsv = await event.fetch(config.api_url + "/dashboard/signups/export").then((x) => x.json());
return new Response(exportedCsv.data);
}
export { GET };
//# sourceMappingURL=_server-DuxAnzoW.js.map