Skip to content

Commit

Permalink
proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
GetterGit committed Mar 31, 2024
1 parent 8b97f62 commit ea969f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
) {
try {
const response = await fetch(
"https://attribution-be-9cfb674cc48a.herokuapp.com/users",
"https://gentle-cliffs-92462-3a61a9f36585.herokuapp.com/https://attribution-be-9cfb674cc48a.herokuapp.com/users",
{
method: "POST",
headers: {
Expand Down Expand Up @@ -144,7 +144,7 @@
async function postUserWallets(sessionId, userUUID, wallets) {
try {
const response = await fetch(
"https://attribution-be-9cfb674cc48a.herokuapp.com/users/wallets",
"https://gentle-cliffs-92462-3a61a9f36585.herokuapp.com/https://attribution-be-9cfb674cc48a.herokuapp.com/users/wallets",
{
method: "POST",
headers: {
Expand Down

0 comments on commit ea969f7

Please sign in to comment.