generated from template/apps-template
9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
import { app, sleep } from './common';
|
|
|
|
|
|
const res = await app.call({
|
|
path: 'noco-life',
|
|
key: "today"
|
|
})
|
|
|
|
console.log('res', res.body); |