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

View file

@ -22,7 +22,7 @@ switch ($_SERVER['REQUEST_METHOD']) {
$response['data'] = array(
'url' => $url->getPretty(),
'isPretty' => $url->isPretty(),
'wasPretty' => $url->isPretty(),
);
}
break;