4 lines
235 B
TypeScript
4 lines
235 B
TypeScript
export const API_URL = 'http://127.0.0.1:3000';
|
|
export const WEBSOCK_URL = 'http://127.0.0.1:3000';
|
|
// export const API_URL = 'https://thanksgiving2023.ngweb.io/api';
|
|
//export const WEBSOCK_URL = "https://thanksgiving2023.ngweb.io/"
|