Files
postshop-backend/config/ecommerce/api.php
2026-02-03 15:31:29 +05:00

6 lines
56 B
PHP

<?php
return [
'token' => env('API_TOKEN', ''),
];