Some checks failed
continuous-integration/drone/push Build is failing
- Complete GGZ Ecademy Laravel backend application - RESTful API for learning products, members, filters - Authentication and authorization system - Database migrations and seeders - Custom CRUD generator commands - Email notification system - Integration with frontend applications
8 lines
196 B
PHP
8 lines
196 B
PHP
<?php
|
|
|
|
return [
|
|
'path' => '^/api/.+',
|
|
'methods' => ['GET', 'POST', 'PATCH', 'UPDATE', 'DELETE', 'OPTIONS'],
|
|
'headers' => ['Authorization', 'Content-Type', 'Referer', 'User-Agent'],
|
|
];
|