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