common: add combineURLs() helper
This combines URLs similar to an URL join, but assumes the base URL is the root path instead of the host. This is useful for combining API paths with API server entry points.
packages/common/src/utils.js
0 → 100644
Please register or sign in to comment