Skip to content

Commit

Permalink
redeploy matching service
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtyjlee committed Nov 6, 2024
1 parent a9a4cd1 commit 650c347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matching-service/src/controller/messageController.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { Request, Response } from "express";

// Health check
export async function returnPing(req: Request, res: Response) {
res.status(200).json({ data: "pong" });
}

0 comments on commit 650c347

Please sign in to comment.