UNPKG

@lcap/asl

Version:

NetEase Application Specific Language

33 lines (32 loc) 627 B
export 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', }, }, };