Add Deno test supported & RegExp construction at route creation time

This commit is contained in:
2022-07-03 19:15:42 +00:00
committed by GitHub
parent 6559a3f134
commit 87744a2b25
10 changed files with 153 additions and 40 deletions

3
test/test-server.deno.ts Normal file
View File

@ -0,0 +1,3 @@
import App from "./test-server";
App.listen(3000);