This commit is contained in:
grandeljay 2022-07-08 11:09:57 +02:00
parent 559f6b007a
commit aa459747ed

View file

@ -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;