Commit e20e0f5d authored by nanahira's avatar nanahira

fix

parent 59e22a37
......@@ -43,7 +43,7 @@ export class LobbyComponent {
public storage: StorageService,
private dialog: MatDialog
) {
const arena_url = new URL('https://sapi.moecube.com:444/ygopro/arena');
const arena_url = new URL('https://mycard.moe/ygopro/arena');
arena_url.searchParams.set('sso', login.token);
this.arena_url = arena_url.toString();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment