0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-24 11:07:29 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Yusuke Wada
90da196193
fix(deno): fixed the bug calling next() multiple time in Serve Static (#594) 2022-10-10 00:11:36 +09:00
Yusuke Wada
ac1c01df4a
fix(deno): serve static middleware returns 404 correctly (#537) 2022-09-19 12:22:55 +09:00
Yusuke Wada
8879f241e8
refactor(mime): made .ico file's extension to image/x-icon (#462)
* refactor(mime): made `.ico` file's extension to `image/x-icon`

* fixed deno and bun tests
2022-08-09 10:51:08 +09:00
Yusuke Wada
89383ef4e6 test(deno): add test for jwt middleware (#375) 2022-07-15 08:40:15 +09:00
Yusuke Wada
dea9484a22 test: add tests for Deno (#365)
Close #351
2022-07-15 08:40:15 +09:00