Closed abellotti closed 7 years ago
while this works, it is confusing to see in webmock stubs and such. requests are made as:
http://localhost:3000/api/?attributes=authorization
with this fix they are just
http://localhost:3000/api?attributes=authorization
while this works, it is confusing to see in webmock stubs and such. requests are made as:
with this fix they are just