Skip to content

Commit

Permalink
fix: change url
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed May 29, 2024
1 parent 55b9cd0 commit a9ea7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/vault/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class VaultModule {
constructor(vaultRole: string) {
this.vaultClient = vault({
apiVersion: "v1",
endpoint: "https://vaul.fabrique.fr",
endpoint: "https://vault-dev.factory.social.gouv.fr",
});
this.vaultRole = vaultRole;
this.isKubelogged = false;
Expand Down

0 comments on commit a9ea7db

Please sign in to comment.