-
Couldn't load subscription status.
- Fork 33
Closed
Description
documentation suggests I should get
POST http://.../api/3.0/drink/pickup {...}
instead I get
[Axios][Request] 2020-06-30T14:57:51-0500 3.0/drink/pickup POST {"order_id":851869,"code":"123"}
the lack of the baseurl is problematic for me as I was just sending to the wrong url
axios.interceptors.request.use((req) => {
return requestLogger(req, {
method: true,
url: true,
});
}, errorLogger);
axios.interceptors.response.use(responseLogger, errorLogger);```Metadata
Metadata
Assignees
Labels
No labels