UNPKG

@lcap/asl

Version:

NetEase Application Specific Language

23 lines 549 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = { create: { url: { path: '/proxy/graph/api/v1/graph/view/lifeCycle', method: 'post', }, }, update: { url: { path: '/proxy/graph/api/v1/graph/view/lifeCycle', method: 'put', }, }, delete: { url: { path: '/proxy/graph/api/v1/graph/view/lifeCycle', method: 'delete', }, }, }; //# sourceMappingURL=lifecycle.js.map