Skip to content

Commit

Permalink
feat!: need to scope API calls for auth (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini authored Jul 15, 2024
1 parent 6baec90 commit b1e877b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth-provider/src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const AUTH_CONTEXT_ERROR =

export const API_ENDPOINT = {
dev: "https://auth.gizmette.local.com:3003",
prod: "https://mylogin.gizmette.com",
prod: "https://mylogin.gizmette.com/auth",
};

export const LOCAL_STORAGE_PREFIX = "@@auth@@";
Expand Down

0 comments on commit b1e877b

Please sign in to comment.