Skip to content

Commit b55dfc8

Browse files
committed
fix: use correct cdnURL
1 parent d145816 commit b55dfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class Saturn {
2121
constructor (opts = {}) {
2222
this.opts = Object.assign({}, {
2323
clientId: randomUUID(),
24-
cdnURL: 'saturn.ms',
24+
cdnURL: 'l1s.saturn.ms',
2525
logURL: 'https://twb3qukm2i654i3tnvx36char40aymqq.lambda-url.us-west-2.on.aws/',
2626
authURL: 'https://fz3dyeyxmebszwhuiky7vggmsu0rlkoy.lambda-url.us-west-2.on.aws/',
2727
connectTimeout: 5_000,

0 commit comments

Comments
 (0)