Skip to content

Commit

Permalink
Merge pull request #377 from jennyg0/feat/add-url
Browse files Browse the repository at this point in the history
Feat: add staging url
  • Loading branch information
vplasencia authored Feb 7, 2024
2 parents 318b8ef + 1202751 commit 4a35d80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/api-sdk/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ export type InviteResponse = {

export enum SupportedUrl {
DEV = "http://localhost:3000",
PROD = "https://api.bandada.pse.dev"
PROD = "https://api.bandada.pse.dev",
STAGING = "https://api-staging.bandada.pse.dev"
}

0 comments on commit 4a35d80

Please sign in to comment.