Files
NowChess-Frontend/src/environments/environment.ts
T
2026-05-03 20:44:01 +00:00

8 lines
160 B
TypeScript

export const environment = {
production: true,
apiBaseUrl: '',
accountServiceUrl: '',
wsBaseUrl: 'ws://localhost:8080',
apiPath: '/api/board/game'
};