aboutsummaryrefslogtreecommitdiff
path: root/src/config/botleaguesapi.php
blob: 1df9c5a6cf9fa01b64cac7840ec53b289f317a79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

return [
    
    'default_format' => 'json',

    'formats' => [

        'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat',

    ],

    'allowed_origin' => ['http://botleagues.camilstaps.nl', 'https://botleagues.camilstaps.nl']

];