Skip to content

Commit

Permalink
fix load application
Browse files Browse the repository at this point in the history
Signed-off-by: zxypro1 <1018995004@qq.com>
  • Loading branch information
zxypro1 committed Jul 29, 2024
1 parent b1d0082 commit b801045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/load-application/src/v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class LoadApplication {
'User-Agent': 'Serverless-Devs (https://github.com/Serverless-Devs/Serverless-Devs)',
...registry.getSignHeaders(),
devs_mock_env: process.env.DEVS_MOCK_ENV || 'false',
use_oss_internal_endpoint: this.options.inner ? 'true' : 'false',
// use_oss_internal_endpoint: this.options.inner ? 'true' : 'false',
},
// use final element as filename
filename: split(this.name, '/')[-1],
Expand Down

0 comments on commit b801045

Please sign in to comment.