Skip to content

Commit

Permalink
change url
Browse files Browse the repository at this point in the history
  • Loading branch information
murermader committed Oct 29, 2023
1 parent cf8a3ca commit eeacace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DineDevineUI/src/pages/OnboardingPage.tsx
Expand Up @@ -53,7 +53,7 @@ const OnboardingPage: React.FC<RouteComponentProps> = (props: RouteComponentProp
}

// Make a GET request to the API with the provided IDs
const response = await fetch(`https://rnqdg-80-187-122-115.a.free.pinggy.online/users`, {
const response = await fetch(`https://rnpxo-80-187-122-115.a.free.pinggy.online/users`, {
method: "POST",
body: JSON.stringify({
name: name,
Expand Down

0 comments on commit eeacace

Please sign in to comment.