MCPcopy Create free account
hub / github.com/dhavalCode/ai-image-generator /

Class

server/src/utils/responseHandler.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Response } from "express";
2
3class ResponseHandler {
4 static success = (res: Response, data: unknown, message = ""): unknown => {
5 return res.status(200).json({
6 success: true,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected