feat(http-request): introduce custom request action
This commit is contained in:
3
packages/backend/src/apps/http-request/actions/index.ts
Normal file
3
packages/backend/src/apps/http-request/actions/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import customRequest from './custom-request';
|
||||
|
||||
export default [customRequest];
|
Reference in New Issue
Block a user