satyarohith / sift

Sift is a routing and utility library for Deno Deploy.
https://deno.land/x/sift
MIT License
170 stars 14 forks source link

change route handler signature to be compatible with std's handler #57

Closed satyarohith closed 2 years ago

satyarohith commented 2 years ago

from (req, params) to (req, conn, params)