export class Storage { async serve(event) { event.respondWith(new Response( 'Not Found', {status: 404} )) } }