Skip to content

Commit

Permalink
feat(api-sdk): add staging api url to supportedurl enum
Browse files Browse the repository at this point in the history
376
  • Loading branch information
jennyg0 committed Feb 7, 2024
1 parent 318b8ef commit 1202751
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 1202751

Please sign in to comment.