2 changed files with 12 additions and 4 deletions
@ -0,0 +1,8 @@ |
|||
export class Frontend { |
|||
async serve(event) { |
|||
// TODO: load files from different mounted repos
|
|||
event.respondWith(new Response( |
|||
'Not Found', {status: 404} |
|||
)) |
|||
} |
|||
} |
|||
Loading…
Reference in new issue