mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 12:34:18 +00:00
9 lines
270 B
PHP
9 lines
270 B
PHP
<?php
|
|
|
|
return [
|
|
// please update resources/assets/vue/app.js if value is changed
|
|
|
|
// 'qr_code_img_url' => 'https://chart.googleapis.com/chart?chs=150x150&cht=qr&chl=', // not working
|
|
'qr_code_img_url' => 'https://qrcode.tec-it.com/API/QRCode?data=',
|
|
];
|