Clean up how route handlers are called

This commit is contained in:
Michael Wolf
2025-03-07 21:22:31 -06:00
parent 6ed81e871f
commit ecdbedc135
4 changed files with 64 additions and 27 deletions

View File

@@ -4,7 +4,6 @@ import { randomNumber } from "https://deno.land/x/random_number/mod.ts";
import { config } from "./config.ts";
import { getLogs, log } from "./logging.ts";
//const database = Client({
//})