Skip to content

Commit

Permalink
Update welcome message in home.controller.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Apr 20, 2024
1 parent a60d6b9 commit 4bac68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/home.controller.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Request, Response } from 'express';

export function welcome(req: Request, res: Response): Response {
return res.status(200).json({ message: 'Welcome to languageXchange API.' });
return res.status(200).json({ message: 'Welcome to LangX API.' });
}

0 comments on commit 4bac68d

Please sign in to comment.