This commit is contained in:
Kar l5
2024-08-07 21:43:47 +05:30
commit 2677abe35f
97 changed files with 7134 additions and 0 deletions

5
src/handlers/pingTest.js Normal file
View File

@@ -0,0 +1,5 @@
const homeHandler = (req, res) => {
res.send("Pong");
};
export default homeHandler;