Skip to content

Commit

Permalink
Updated: url
Browse files Browse the repository at this point in the history
  • Loading branch information
otobongfp committed Dec 10, 2024
1 parent 40ed44a commit 51c09e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/api/ObuilderApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class ObuilderApi {
console.log("STAGING");
url = `http://obuilder-staging.eba-ftdayif2.eu-west-1.elasticbeanstalk.com/api/v1/getQueueEntriesByRequestId`;
} else if (env === "prod") {
url = `http://obuilder.lto.network/api/v1/getQueueEntriesByRequestId`;
url = `https://obuilder.lto.network/api/v1/getQueueEntriesByRequestId`;
} else {
throw new Error("Invalid environment specified");
}
Expand Down

0 comments on commit 51c09e4

Please sign in to comment.