Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jan 22, 2024
2 parents f24815d + a9d9fd2 commit 3d71d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Myvpncard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const MyVpnCard: React.FC<ReviewCardProps> = ({

try {
const response = await fetch(
`${REACT_APP_GATEWAY_URL}api/erebrus/client/${id}/${region}`,
`${REACT_APP_GATEWAY_URL}api/v1.0/erebrus/client/${region}/${id}`,
{
method: "DELETE",
headers: {
Expand Down

0 comments on commit 3d71d05

Please sign in to comment.