Quick question about retrofit, I got kinda confuse...
# squarelibraries
n
Quick question about retrofit, I got kinda confused, my Node server is listening on
localhost:3000
, my routes are all
/api/user/
, is my base url just
<http://localhost:3000>
or
<http://localhost:3000/api/user/>
? (it is just
<http://localhost:3000>
from my testing, but I dont understand why exactly, all of the examples include /api in their baseulr)