You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ApiService was one core service holding every feature's serverless calls, breaking feature-based layering. Each feature's functions now live in its own repo, with only the shared joinRoom and an execute() helper left in core.
馃悰 Describe the bug
ApiService was one core service holding every feature's serverless calls, breaking feature-based layering. Each feature's functions now live in its own repo, with only the shared joinRoom and an execute() helper left in core.