| 1 | import { Request, Response, Express } from 'express'; |
| 2 | import { createProxyMiddleware } from 'http-proxy-middleware'; |
| 3 | import logger from "../../modules/utils/logger"; |
| 4 | import { comfyuiService } from "../../modules/comfyui/comfyui.service"; |
nothing calls this directly
no test coverage detected