oak-pay-business/es/aspects/sample.js

4 lines
74 B
JavaScript

export async function test(params, context) {
return 'hello world';
}