mirror of
https://github.com/LLM-Red-Team/kimi-free-api.git
synced 2025-10-14 22:34:40 +00:00
6 lines
77 B
TypeScript
6 lines
77 B
TypeScript
export default {
|
|
prefix: '/ping',
|
|
get: {
|
|
'': async () => "pong"
|
|
}
|
|
} |