config.js

108 B
27/04/2025 16:44
JS
config.js
// Set base path and API path
window.basePath = '/pos-system';
window.apiPath = `${basePath}/api/index.php`;