mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
4 lines
43 B
JavaScript
4 lines
43 B
JavaScript
export default (req) => {
|
|
return "pong"
|
|
}
|