Files
SaaS-lib/nervui-noenetwork/src/api/noesubnet.ts

9 lines
239 B
TypeScript
Raw Normal View History

2024-05-15 17:29:42 +08:00
const noesubnet = {
LIST: `/api/noe/forwarder/noesubnets`,
ADD: `/api/noe/objs/Subnet`,
EDIT: `/api/noe/noe/objs/Network`,
REMOVE: `/api/objs/objs/SecurityGroup `,
DETAIL: `/api/noe/noe/objs/Subnet`,
};
export default noesubnet;