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

12 lines
363 B
JavaScript
Raw Normal View History

2024-05-29 19:31:10 +00:00
import { c as config } from './config-BHx687w1.js';
2024-05-29 18:43:41 +00:00
import './index-Ddp2AB5f.js';
2024-05-29 19:31:10 +00:00
import './shared-server-i79vVjEm.js';
2024-05-29 18:43:41 +00:00
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 };
2024-05-29 19:31:10 +00:00
//# sourceMappingURL=_server-dMTo7TOg.js.map