From 94c853a33bb723eb67d96fbe89620f7dc7c1127b Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 27 Apr 2015 22:06:39 +0200 Subject: JsonP --- src/config/config.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/config/config.php (limited to 'src/config') 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 @@ + 'json', + + 'formats' => [ + + 'json' => 'Dingo\Api\Http\ResponseFormat\JsonpResponseFormat', + + ] + +]; -- cgit v1.2.3