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
The base URL is relative from where services are registered. That means that means that
68
+
The base URL is relative from where services are registered. That means that
69
69
70
70
- A service at `http://api.feathersjs.com/api/v1/messages` with a base URL of `http://api.feathersjs.com` would be available as `app.service('api/v1/messages')`
71
71
- A base URL of `http://api.feathersjs.com/api/v1` would be `app.service('messages')`.
0 commit comments