We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2433ada + 51e0d48 commit 5f7a025Copy full SHA for 5f7a025
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