Skip to content
Snippets Groups Projects
config.js 164 B
Newer Older
class Config {
  constructor () {
    this.BACKEND_URL = process.env.BACKEND_URL
    this.API_URL = this.BACKEND_URL + 'api/v1/'