feat: add plugin HTTP hooks + Zalo plugin

This commit is contained in:
Peter Steinberger
2026-01-15 05:03:50 +00:00
parent 0e76d21f11
commit 5abe3c2145
36 changed files with 3061 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ function createPluginRecord(params: {
gatewayMethods: [],
cliCommands: [],
services: [],
httpHandlers: 0,
configSchema: params.configSchema,
configUiHints: undefined,
};