| 1 | import express from "express"; |
| 2 | import cookieParser from "cookie-parser"; |
| 3 | import { csrfProtection } from "./middleware/csrf.js"; |
| 4 | import { slowResponseTracker } from "./middleware/slow-response.js"; |
nothing calls this directly
no test coverage detected