0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-30 01:56:18 +01:00
hono/deno_dist/router
Taku Amano e9a54bb8fc
fix(reg-exp-router): Allows registering a star after a long prefix. (#684)
* fix(reg-exp-router): Allows registering a star after a long prefix.

* fix(reg-exp-router): It now works even if a short GET is registered after a long ALL.

* chore: denoify
2022-11-28 22:20:40 +09:00
..
reg-exp-router fix(reg-exp-router): Allows registering a star after a long prefix. (#684) 2022-11-28 22:20:40 +09:00
smart-router
static-router feat(app): introduce app.on(method, path, handler) (#653) 2022-11-08 03:17:34 +09:00
trie-router