test_lgq/niucloud/addon/carmi/web/api/hello_world.ts
2024-01-24 17:36:08 +08:00

9 lines
105 B
TypeScript

/**
* hello world
*/
export function getHelloWorld() {
return request.get('carmi/hello_world')
}