diff options
author | Camil Staps | 2015-04-27 22:06:39 +0200 |
---|---|---|
committer | Camil Staps | 2015-04-27 22:06:39 +0200 |
commit | 94c853a33bb723eb67d96fbe89620f7dc7c1127b (patch) | |
tree | 9ca52e0a4bcbf16e10493ff9ca9382672c3ba825 /src | |
parent | Cleanup comments (diff) |
JsonP
Diffstat (limited to 'src')
-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', + + ] + +]; |