Skip to content

Commit 5cafdfd

Browse files
committed
chore: test
1 parent e6bfec0 commit 5cafdfd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/wait/mod.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ export default function (s: Fastro) {
3737
status: 200,
3838
headers: {
3939
"Content-Type": "application/json",
40+
"Access-Control-Allow-Origin": "*", // Allow requests from any origin
41+
"Access-Control-Allow-Methods": "GET, OPTIONS",
42+
"Access-Control-Allow-Headers": "Content-Type",
4043
},
4144
});
4245
});

0 commit comments

Comments
 (0)