We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1b1cc commit 51e0d48Copy full SHA for 51e0d48
1 file changed
packages/cli/src/lib/defaults/deploy-modules/http/index.ts
@@ -61,7 +61,7 @@ class HTTPDeployer implements DeployModule {
61
throw new Error(response.data.error);
62
}
63
64
- return new Uri(`http/${response.data.uri}`);
+ return new Uri(`http/${config.postUrl}`);
65
66
67
0 commit comments