UNPKG

pooliot-client

Version:
13 lines (11 loc) 448 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = builder => { builder.add('home', '/', 'home.index'); builder.add('no-config', '/noconfig', 'no-config.index'); builder.add('api-screen', '/api/screen', 'api-screen.index'); builder.add('api-display', '/api/display/${action}', 'api-display.index'); }; /* eslint-disable no-template-curly-in-string */ //# sourceMappingURL=routerBuilder.js.map