Skip to content

Commit

Permalink
Merge pull request #147 from CS3219-AY2425S1/feat/redeploy-matching-s…
Browse files Browse the repository at this point in the history
…ervice

redeploy matching service
  • Loading branch information
Kurtyjlee authored Nov 6, 2024
2 parents a9a4cd1 + 650c347 commit f679fe6
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 f679fe6

Please sign in to comment.