7 lines
240 B
TypeScript
7 lines
240 B
TypeScript
|
|
import request from '@/utils/request'
|
|
|
|
/***************************************************** hello world ****************************************************/
|
|
export function getHelloWorld() {
|
|
return request.get(`carmi/hello_world`)
|
|
} |