Refactor
This commit is contained in:
parent
559f6b007a
commit
aa459747ed
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ switch ($_SERVER['REQUEST_METHOD']) {
|
|||
$url = new URL(base64_decode($_GET['url']));
|
||||
|
||||
$response['data'] = array(
|
||||
'url' => $url->getPretty(),
|
||||
'isPretty' => $url->isPretty(),
|
||||
'url' => $url->getPretty(),
|
||||
'wasPretty' => $url->isPretty(),
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue