mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 21:12:25 +00:00
you can get a description if you send a request where in params there is a field about with any content
8 lines
129 B
Lua
8 lines
129 B
Lua
if In.Params and In.Params.about then
|
|
Out.Result = {
|
|
description = "Just ping"
|
|
}
|
|
return
|
|
end
|
|
|
|
Out.Result.answer = "pong" |