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

return [
    
    'default_format' => 'json',

    'formats' => [

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

    ]

];