Skip to content

Commit

Permalink
1984
Browse files Browse the repository at this point in the history
  • Loading branch information
megascatterbomb committed Nov 22, 2024
1 parent 4bc7d71 commit db68a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/globals/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getAllSettings } from '@api/preferences';

export const port = 3621;
export const port = 1984;
export const APIURL = `http://localhost:${port}/mac`;
export const SERVERFETCH = `${APIURL}/game/v1`;
export const PLAYERFETCH = `${APIURL}/user/v1`;
Expand Down

0 comments on commit db68a5b

Please sign in to comment.