Skip to content

Commit df64daa

Browse files
committed
fix: revert to correct URL
1 parent b2ceb4d commit df64daa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const configuration = (host: string, token?: string) => {
3939
};
4040

4141
export function createApiClient(token: string) {
42-
apiClient = new AppApi(configuration("http://localhost/api", token));
42+
apiClient = new AppApi(configuration("https://fleet.4players.io/api", token));
4343
}
4444

4545
export async function ensureLoginSession(

0 commit comments

Comments
 (0)