chore: clean up test artifacts

This commit is contained in:
Dustin Byrne
2026-03-25 18:45:05 -04:00
parent 422e726f00
commit aaa1f4bddb
2 changed files with 0 additions and 2 deletions

View File

@@ -1 +0,0 @@
export function logRequest(req) { console.log(req.method, req.url); }

View File

@@ -1 +0,0 @@
import { logRequest } from "./logger"; app.use(logRequest);