-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
- all async requests should go through core
talk -> blogs/api/internal/disconnect-website
[
'website_id' => 1,
]
talk -> core -> blogs/api/internal/disconnect-website
// core/async
[
'data' => [
'website_id' => 1,
],
'to' => 'blogs',
'endpoint' => '/disconnect-website',
]
- add forwarding support to middleware
new InternalApiComponentMiddle('core', 'blogs')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels