Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[V6] Make http service use v0 routes by default (#41)
Made API version to be '/v0' by default. Other options are '/v1' or '/latest', also '' is option which default to v0 for backwards compatibility reasons I believe. Tested on local network and client functions as expected. V8 branch will pass 'v1' for the version, or we can make it programatically in the code decide whether to pass v0 or v1 somehow depending on how we want to roll out v8
- Loading branch information