This website requires JavaScript.
Explore
Help
Sign In
kar
/
iimtt-api
Watch
1
Star
0
Fork
You've already forked iimtt-api
0
Code
Issues
2
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
2677abe35f
iimtt-api
/
src
/
handlers
/
pingTest.js
6 lines
88 B
JavaScript
Raw
Blame
History
const
homeHandler
=
(
req
,
res
)
=>
{
res
.
send
(
"Pong"
)
;
}
;
export
default
homeHandler
;
Reference in New Issue
View Git Blame
Copy Permalink