We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e536f87 commit 9616d43Copy full SHA for 9616d43
1 file changed
tests/app/index.ts
@@ -73,7 +73,7 @@ app.post('/timeout', async (c) => {
73
return c.json({});
74
});
75
76
-app.post('/text', async (c) => {
+app.post('/text', (c) => {
77
return c.text('Hello world!');
78
79
0 commit comments