think/packages/domains/lib/api/system.js

11 lines
237 B
TypeScript

"use strict";
exports.__esModule = true;
exports.SystemApiDefinition = void 0;
exports.SystemApiDefinition = {
getPublicConfig: {
method: 'get',
server: '/',
client: function () { return '/system'; }
}
};