Skip to content

Commit

Permalink
wss
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyburd committed Jul 6, 2023
1 parent c42288c commit e848562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const API_BASE: string = process.env.GATSBY_PRODUCTION
* Gets the Gateway API base URL to use
*/
export const GATEWAY_API_BASE: string = process.env.GATSBY_PRODUCTION
? "https://gateway.archit.us"
? "wss://gateway.archit.us"
: "ws://localhost:8133";

/**
Expand Down

0 comments on commit e848562

Please sign in to comment.