One Hat Cyber Team
Your IP :
3.133.147.88
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
centos12
/
public_html
/
centosuit
/
config
/
Edit File:
api.php
<?php return [ /** * Default number of records to return when no limit is specified */ 'defaultLimit' => 10, /** * Maximum number of records to return in single request. This limit is used * when user enters large number in limit parameter of the request */ 'maxLimit' => 1000, /* * Add allow cross origin headers. It is recommended by APIs to allow cross origin * requests. But, you can disable it. */ 'cors' => true, /** * Which headers are allowed in CORS requests */ 'cors_headers' => ['Authorization', 'Content-Type'], /** * List of fields that should not be considered while saving a model */ 'excludes' => ['_token'], /** * Prefix for all the routes */ 'prefix' => 'api', /** * Default version for the API. Set null to disable versions */ 'default_version' => 'v1', /** * Relation method name case snakecase|camelcase default it is snake case */ 'relation_case' => 'camelcase' ];
Simpan