This commit is contained in:
SrGooglo 2025-04-01 21:52:18 +00:00
parent f6c7ebd468
commit fbf7a96257

View File

@ -1,3 +1,3 @@
export default () => {
export default (req) => {
return "pong"
}