9 lines
239 B
TypeScript
9 lines
239 B
TypeScript
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;
|