Skip to content
This repository was archived by the owner on May 25, 2024. It is now read-only.

Commit 14b5195

Browse files
authored
README.md を更新
1 parent 8d3a5c8 commit 14b5195

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ export default function Index(context) {
8787
}
8888
```
8989

90+
#### /api/hello.js
91+
export default function Hello(context) {
92+
return context.html("<h1>Welcome to Naxt.js 🔥</h1>")
93+
}
94+
```
95+
96+
```
97+
9098
The arguments are the same as for Hono.
9199
However, some of them are unique. Please refer to the documentation.
92100

0 commit comments

Comments
 (0)