Skip to content

Commit

Permalink
Merge of #6187
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Apr 10, 2024
2 parents 6bd05c6 + f7e9add commit bf25e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/wingtunnels/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { eventHandler, Events } from "./events.js";
import { onMessage } from "./onmessage.js";
import { ErrorMessage, InitializedMessage } from "./messages.js";

const WING_CLOUD_URL = "wss://4lc628cb78.execute-api.us-east-1.amazonaws.com/prod";
const WING_CLOUD_URL = "wss://xhvezvbg16.execute-api.us-east-1.amazonaws.com/prod";

export interface ConnectProps {
subdomain?: string;
Expand Down

0 comments on commit bf25e44

Please sign in to comment.