Skip to content

0.1.1-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@pongstr pongstr released this 28 Jun 13:21
· 1 commit to develop since this release
db33795

chore(server-url-placeholder): enVar for server objects

Screen Shot 2022-06-28 at 16 10 49

When importing a file and the server url is defined without the domain, requests that are imported are missing an origin, while the importer adds a substitute URL to make the request valid, it makes it hard for users to update multiple requests with the origin they prefer.

This commit addresses that issue, when an imported file does not have a valid URL, the importer creates an environment variable, and sets its value to https://echo.paw.cloud which is added to every request.