config.js 158 B

12345678
  1. window.globalVariables =
  2. // location.hostname === 'localhost'
  3. // ? {
  4. // api: 'https://openapi.dev.bozedu.net'
  5. // } :
  6. {
  7. api: 'https://openapi.bozedu.net'
  8. }