ec-open-api.php 168 B

123456789101112
  1. <?php
  2. return [
  3. 'routeAttributes' => [
  4. 'middleware' => ['api', 'cors']
  5. ],
  6. 'routeAuthAttributes' => [
  7. 'middleware' => ['auth:api']
  8. ]
  9. ];