/* Establish constants here */ export default class WebConstants { static SERVER_URL: string = "http://localhost:1225" }