youtuber-blog-frontend/build/server/chunks/_server-DuxAnzoW.js

12 lines
342 B
JavaScript
Raw Normal View History

2024-05-29 18:43:41 +00:00
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