Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
devsisingh committed Jan 21, 2024
2 parents 2149b6e + d68f407 commit c51d298
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/erebrus/client/${id}/${region}`,
{
method: "DELETE",
headers: {
Expand Down

0 comments on commit c51d298

Please sign in to comment.