generated from template/apps-template
update
This commit is contained in:
9
backend/test/today.ts
Normal file
9
backend/test/today.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { app, sleep } from './common';
|
||||
|
||||
|
||||
const res = await app.call({
|
||||
path: 'noco-life',
|
||||
key: "today"
|
||||
})
|
||||
|
||||
console.log('res', res.body);
|
||||
Reference in New Issue
Block a user