Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
Use correct protocol for cloudlink server
Browse files Browse the repository at this point in the history
  • Loading branch information
mybearworld committed Jun 14, 2024
1 parent 96a77cb commit 700aafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/api/cloudlink.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CloudlinkClient } from "@williamhorning/cloudlink";

const cloudlinkClient = new CloudlinkClient({
url: "https://server.meower.org",
url: "wss://server.meower.org",
log: import.meta.env.DEV,
});
export const getCloudlink = () => {
Expand Down

0 comments on commit 700aafa

Please sign in to comment.