Marko Siilak

Results 1 issues of Marko Siilak

Is ther a way for using pretty print without changing your RestApi/Router.php file? Example: `if (wire('roles')->get("name=superuser")) { $beauty = JSON_PRETTY_PRINT; } echo json_encode($return, $beauty);`