Add Signal and Whatsapp Docker CI
This commit is contained in:
parent
b8ff61265b
commit
6305a8b0bc
12 changed files with 99 additions and 8 deletions
|
|
@ -5,4 +5,9 @@ export { Edit } from "./components/Edit";
|
|||
export { Detail } from "./components/Detail";
|
||||
export { ServiceLayout } from "./components/ServiceLayout";
|
||||
export { serviceConfig, getServiceTable } from "./config/config";
|
||||
export { getBot, sendMessage, handleWebhook } from "./lib/routing";
|
||||
export {
|
||||
getBot,
|
||||
sendMessage,
|
||||
receiveMessage,
|
||||
handleWebhook,
|
||||
} from "./lib/routing";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue