Skip to content

Commit

Permalink
Fix endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed May 10, 2024
1 parent e8a4e87 commit af24ec7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { dbTypeStore } from "../shared/dbTypes"
import { injectOrError, serverUrlObservableKey } from "../shared/injectionKeys"

export class ServerWithCompressConfigurator implements ServerConfigurator {
static readonly DEFAULT_SERVER_URL = "https://ij-perf-api.labs.jb.gg"
static readonly DEFAULT_SERVER_URL = "https://ij-perf.labs.jb.gg"

private readonly observable: Observable<null>
private _serverUrl: string = ServerWithCompressConfigurator.DEFAULT_SERVER_URL
Expand Down

0 comments on commit af24ec7

Please sign in to comment.