diff options
-rw-r--r-- | src/config/config.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config/config.php b/src/config/config.php new file mode 100644 index 0000000..a622cda --- /dev/null +++ b/src/config/config.php @@ -0,0 +1,13 @@ +<?php + +return [ + + 'default_format' => 'json', + + 'formats' => [ + + 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat', + + ] + +]; |