Skip to content

Commit

Permalink
use prod endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Oct 23, 2024
1 parent 618dc01 commit 45a6454
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,9 @@ <h2 class="opacity-80 ml-4 mt-2" id="org-id"></h2>
<script>
const $ = (id) => document.getElementById(id);

const AUTHORIZATION_ENDPOINT = "https://wallet.hello-beta.net/authorize";
const INTROSPECTION_ENDPOINT = "https://wallet.hello-beta.net/oauth/introspect";
const INVITE_ENDPOINT = "https://wallet.hello-beta.net/invite";
const AUTHORIZATION_ENDPOINT = "https://wallet.hello.coop.net/authorize";
const INTROSPECTION_ENDPOINT = "https://wallet.hello.coop.net/oauth/introspect";
const INVITE_ENDPOINT = "https://wallet.hello.coop.net/invite";
const CLIENT_ID = "app_B2BSaaSDemonstrationAppX_HaQ";

let data;
Expand Down

0 comments on commit 45a6454

Please sign in to comment.