Skip to content

Commit

Permalink
edit delete policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Szotkowski committed Sep 29, 2023
1 parent 9bd05f8 commit e7b332f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/vault-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class VaultService {
async deleteUserPolicy(id: string): Promise<void> {
try {
const response = await fetch(
`${this.vaultEndpoint}/v1/sys/policy/acl/${id}`,
`${this.vaultEndpoint}/v1/sys/policy/${id}`,
{
method: 'DELETE',
headers: {
Expand Down

0 comments on commit e7b332f

Please sign in to comment.