hugo-theme-cyberscopes/assets/js/settings.ts

9 lines
198 B
TypeScript

export const api = {
path: '/api',
polling: {
//msgbase: ['system', 'poll', 'service', 'pclt-0001']
msgbase: ['system', 'poll', 'session']
//msgbase: ['system', 'poll', 'interaction']
}
}