Spaces:
Running
Running
File size: 84 Bytes
f25d8c5 |
1 2 3 4 5 6 7 |
export default {
prefix: "/hf/ping",
get: {
"": async () => "pong",
},
};
|