Skip to content

Commit

Permalink
fix: updated stage url
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Sep 28, 2023
1 parent 3695665 commit 5fe179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const DEFAULT_DOWNLOAD_TYPES_INTERVAL_IN_SECONDS = 60;

export enum CloudbedsCloudfrontDomain {
Dev = 'https://cb-front.cloudbeds-dev.com',
Stage = 'https://cb-front.stage-ga.cloudbeds-dev.com',
Stage = 'https://cb-front.cloudbeds-stage.com',
Prod = 'https://front.cloudbeds.com',
}

Expand Down

0 comments on commit 5fe179f

Please sign in to comment.