Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Oct 23, 2024
1 parent 50824b1 commit b917d4b
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.coop.net/authorize";
const INTROSPECTION_ENDPOINT = "https://wallet.hello.coop.net/oauth/introspect";
const INVITE_ENDPOINT = "https://wallet.hello.coop.net/invite";
const AUTHORIZATION_ENDPOINT = "https://wallet.hello.coop/authorize";
const INTROSPECTION_ENDPOINT = "https://wallet.hello.coop/oauth/introspect";
const INVITE_ENDPOINT = "https://wallet.hello.coop/invite";
const CLIENT_ID = "app_B2BSaaSDemonstrationAppX_HaQ";

let data;
Expand Down

0 comments on commit b917d4b

Please sign in to comment.