kwhitley / itty-router

A little router.
MIT License
1.71k stars 77 forks source link

Added missing function for 404 handling example #112

Closed bspates closed 1 year ago

bspates commented 2 years ago

Just a small documentation fix for the 404 example code. It was missing a wrapping function around the Response object to be returned.

kwhitley commented 1 year ago

Thanks!