Skip to content

Commit 85d1a25

Browse files
committed
Updating staging env with protocol
1 parent 1608027 commit 85d1a25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/pwabuilder/Frontend/src/script/utils/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (import.meta.env.PROD) {
2323
env.windowsPackageGeneratorUrl =
2424
'https://pwabuilder-windows-docker.azurewebsites.net/msix/generatezip';
2525
env.androidPackageGeneratorUrl =
26-
'pwabuilder-cloudapk-staging.azurewebsites.net'; // ZANZ move this back to production when ready.
26+
'https://pwabuilder-cloudapk-staging.azurewebsites.net'; // ZANZ move this back to production when ready.
2727
env.iosPackageGeneratorUrl = '/api/iospackage/create';
2828
env.oculusPackageGeneratorUrl =
2929
'https://pwabuilder-oculus-linux-docker-app.azurewebsites.net/packages/create';

0 commit comments

Comments
 (0)