Closed xenoterracide closed 4 years ago
Am I right to understand?
POST 3.0/drink/pickup
POST http://.../api/3.0/drink/pickup
yes, that's what the documentation describes, I suppose I can give the full axios configuration if needed. Also
As-Is
3.0/drink/pickup POST
POST is coming after the url currently
I needed the method first, then the URL (as usually seen in REST APIs) so I went ahead and made the change. It's not entirely what this issue is about but at least, it should help... See https://github.com/hg-pyun/axios-logger/pull/63
It update on 2.6.0 version.
documentation suggests I should get
instead I get
the lack of the baseurl is problematic for me as I was just sending to the wrong url