Skip to content

Commit

Permalink
Fix issuers not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
gf-rog committed May 16, 2024
1 parent 8973b0b commit 5b4c87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/misc/jwt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface JWTRequest extends Request {
tokenStr?: string;
}

const issuers: Record<Issuer, string> = {
export const issuers: Record<Issuer, string> = {
mercury: `${keycloakIssuer}/realms/mercury`,
rest: "http://localhost:5000",
};
Expand Down

0 comments on commit 5b4c87b

Please sign in to comment.