UNPKG

cloud-ide-lms-model

Version:

Package for Model management of Cloud IDEsys LMS

13 lines (12 loc) 558 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hostManagerRoutesUrl = void 0; const hostManagerRoutesUrl = { /** Base path for host name to interceptor and replace with actual URL * for more details refer https://docs.google.com/document/d/1CwB4evLsQuatG4jI0U1faRtmqtNmIfZOE4fDWiz9-sQ/edit?pli=1#bookmark=id.j3vzaryhajl1 * __version__ need to add in future */ cideSuiteHost: "__cloud_ide_suite_layout__" }; exports.hostManagerRoutesUrl = hostManagerRoutesUrl; Object.freeze(hostManagerRoutesUrl);