Skip to content

Commit 59d2c3a

Browse files
committed
update response
1 parent 238160f commit 59d2c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembly/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function main(req: Request): Response {
1717
let headers = new Headers();
1818
headers.set('Content-Type', 'application/json; charset=utf-8');
1919
logEndpoint.log("assemblyscript quickstart responded with 200");
20-
return new Response(String.UTF8.encode('{"foo":"bar","hello":"world","ping":"pong"}\n'), {
20+
return new Response(String.UTF8.encode('{"foo":"bar","hello":"world","lang":"assemblyscript","ping":"pong"}\n'), {
2121
status: 200,
2222
headers,
2323
url: null

0 commit comments

Comments
 (0)