local.js 92 B

123456
  1. const domain = 'http://127.0.0.1';
  2. const prefix = '/perfume/api'
  3. export {
  4. domain,
  5. prefix
  6. }