mirror of
https://github.com/LLM-Red-Team/kimi-free-api.git
synced 2024-11-01 20:29:19 +08:00
commit
eccce82ade
@ -1,5 +1,7 @@
|
||||
import chat from "./chat.ts";
|
||||
import ping from "./ping.ts";
|
||||
|
||||
export default [
|
||||
chat
|
||||
chat,
|
||||
ping
|
||||
];
|
6
src/api/routes/ping.ts
Normal file
6
src/api/routes/ping.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export default {
|
||||
prefix: '/ping',
|
||||
get: {
|
||||
'': async () => "pong"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user