Skip to content

Commit

Permalink
[INJIWEB-977]: correct mimotoHost in api.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Vijay Kumar S <[email protected]>
  • Loading branch information
vijay151096 authored Oct 21, 2024
1 parent 0b6f099 commit de968e8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions inji-web/src/utils/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ export enum MethodType {
export class api {

// static mimotoHost = "http://localhost:3010";
// static mimotoHost = window.location.origin + "/v1/mimoto";
static mimotoHost="https://api.collab.mossip.net" + "/v1/mimoto";
static mimotoHost = window.location.origin + "/v1/mimoto";

// static authorizationRedirectionUrl = window.location.origin + "/redirect";
static authorizationRedirectionUrl = "https://api.collab.mossip.net" + "/redirect";
static authorizationRedirectionUrl = window.location.origin + "/redirect";

static fetchIssuers: ApiRequest = {
url: () => (api.mimotoHost + "/issuers"),
Expand Down

0 comments on commit de968e8

Please sign in to comment.