Skip to content

Commit 065df10

Browse files
authored
Update test.ts
1 parent 6373b9f commit 065df10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import { Request, Response } from "express";
22

33
export default (req: Request, res: Response) => {
44
res.setHeader("my-header", "123");
5-
res.status(400).send("test");
5+
res.status(200).send("test2");
66
};

0 commit comments

Comments
 (0)