Skip to content

Commit

Permalink
vpncard: put region param before uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r committed Jan 21, 2024
1 parent c51d298 commit a9d9fd2
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 a9d9fd2

Please sign in to comment.