summaryrefslogtreecommitdiff
path: root/api/v1
diff options
context:
space:
mode:
Diffstat (limited to 'api/v1')
-rw-r--r--api/v1/web.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/api/v1/web.php b/api/v1/web.php
index dc1a7cc..156e53e 100644
--- a/api/v1/web.php
+++ b/api/v1/web.php
@@ -39,10 +39,12 @@ if(
}
try{
- echo json_encode(
- $scraper->web($get),
- JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
- );
+
+ echo
+ json_encode(
+ $scraper->web($get),
+ JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES
+ );
}catch(Exception $e){