mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
feat: introduce REQUEST_TYPES constant and update item deletion logic (#6244)
- Added REQUEST_TYPES constant to centralize request type definitions. - Updated deleteItem action to filter items based on REQUEST_TYPES and folders. - Modified collection.js to handle REQUEST_TYPES during file resequence operations.
This commit is contained in:
1
packages/bruno-app/src/utils/common/constants.js
Normal file
1
packages/bruno-app/src/utils/common/constants.js
Normal file
@@ -0,0 +1 @@
|
||||
export const REQUEST_TYPES = ['http-request', 'graphql-request', 'grpc-request', 'ws-request'];
|
||||
Reference in New Issue
Block a user