promo widget WIP

This commit is contained in:
SPRINX0\prochazka
2025-10-17 17:30:27 +02:00
parent 1fa4216b18
commit 59c3381962
3 changed files with 51 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ const {
getCloudContent,
putCloudContent,
removeCloudCachedConnection,
getPromoWidgetData,
} = require('../utility/cloudIntf');
const connections = require('./connections');
const socket = require('../utility/socket');
@@ -283,6 +284,11 @@ module.exports = {
return getAiGatewayServer();
},
premiumPromoWidget_meta: true,
async premiumPromoWidget() {
return getPromoWidgetData();
},
// chatStream_meta: {
// raw: true,
// method: 'post',