export const GET = async () => { return new Response((await fetch('https://api.syosetu.com/allnovel.Atom')).body); };