You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2020. It is now read-only.
The proxy function has a hard-coded '/v1', but it is better to use req.baseUrl instead. That also makes it easier to reuse the same proxy lib to proxy '/vlatest' for instance, or add-hoc proxies like '/reports'(/my/report.xqy)..
The text was updated successfully, but these errors were encountered:
The proxy function has a hard-coded '/v1', but it is better to use
req.baseUrl
instead. That also makes it easier to reuse the same proxy lib to proxy '/vlatest' for instance, or add-hoc proxies like '/reports'(/my/report.xqy)..The text was updated successfully, but these errors were encountered: