4 lines
No EOL
121 B
TypeScript
4 lines
No EOL
121 B
TypeScript
/* Establish constants here */
|
|
export default class WebConstants {
|
|
static SERVER_URL: string = "http://localhost:1225"
|
|
} |