Abxtracted/abxtracted-js

View on GitHub
src/constants.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = {
  url: '${ABX_URL}',
  customerIdCookieKey: 'abxCustomerId'
}