allow additional arguments to be passed to handler functions
authorJustin Wind <justin.wind+git@gmail.com>
Fri, 10 Sep 2021 17:56:49 +0000 (10:56 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Fri, 10 Sep 2021 17:56:49 +0000 (10:56 -0700)
commit1bfd3f26e768c390a6be543281e79b7ea5c4b9c5
treef1df4999d5c37a7d9f3e4851416ad8009082ae35
parent0f19dc825bb6e74106db319b79950ca463ad40f0
allow additional arguments to be passed to handler functions

also add basic handlers for redirects and static files
CHANGELOG.md
lib/dingus.js
lib/enum.js
lib/router.js
package-lock.json
package.json
test/lib/dingus.js
test/lib/router.js