import { c as config } from './config-BHx687w1.js'; import { e as error, j as json } from './index-Ddp2AB5f.js'; import './shared-server-i79vVjEm.js'; async function GET(event) { if (!event.url.searchParams.has("id")) return error(400); const id = event.url.searchParams.get("id"); const article = await fetch(config.api_url + "/blog/article?id=" + id).then((x) => x.json()); return json(article); } export { GET }; //# sourceMappingURL=_server-BPw_dYxU.js.map