Skip to content

Commit

Permalink
cambiando ruta get
Browse files Browse the repository at this point in the history
  • Loading branch information
tfloxolodeiro committed Dec 1, 2023
1 parent 703d669 commit 06dc08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pbApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export namespace PilasBloquesApi{
}

export const getSharedChallenge = async (id: string) => {
return await _send('GET', `sharedChallenge/${id}`)
return await _send('GET', `userChallenge/${id}`)
}

export const saveChallenge = async (challenge: SerializedChallenge) => {
Expand Down

0 comments on commit 06dc08d

Please sign in to comment.