UNPKG

sugo-constants

Version:
17 lines (15 loc) 311 B
/** * Constants of url * @namespace HubUrl */ 'use strict' module.exports = Object.assign(exports, { /** URL for actors */ ACTOR_URL: '/actors', /** URL for callers */ CALLER_URL: '/callers', /** URL for observers */ OBSERVER_URL: '/observers', /** URL for other hubs */ HUB_URL: '/hubs' })