For mockhttpserver I have a route defined as `/api...
# squarelibraries
c
For mockhttpserver I have a route defined as
/api/one
but it doesn't get called because what's defined in retrofit is
/api/one?version=1
Is there a way to implement wildcard routes?