Add HelloWorld debug agent and per-chat handler
This commit is contained in:
3
whatsapp-router/src/helloAgent.ts
Normal file
3
whatsapp-router/src/helloAgent.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export async function helloWorldAgent(): Promise<string> {
|
||||
return 'hello world';
|
||||
}
|
||||
Reference in New Issue
Block a user