init: add code
This commit is contained in:
parent
475596444a
commit
1e09c02cb9
20 changed files with 2432 additions and 147 deletions
|
|
@ -36,6 +36,7 @@ export default async function handleRequest(
|
|||
}
|
||||
|
||||
responseHeaders.set("Content-Type", "text/html");
|
||||
responseHeaders.set("Access-Control-Allow-Origin", "*");
|
||||
return new Response(body, {
|
||||
headers: responseHeaders,
|
||||
status: responseStatusCode,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue