@lcap/asl
Version:
NetEase Application Specific Language
35 lines • 738 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
loadFiles: {
url: {
path: `/api/v1/frontend/files`,
method: 'get',
},
},
loadFile: {
url: {
path: `/api/v1/frontend/file`,
method: 'get',
},
},
createFile: {
url: {
path: `/api/v1/frontend/file`,
method: 'post',
},
},
updateFile: {
url: {
path: `/api/v1/frontend/file`,
method: 'put',
},
},
deleteFile: {
url: {
path: `/api/v1/frontend/file`,
method: 'delete',
},
},
};
//# sourceMappingURL=api.js.map