Files
Wallos/health.php

8 lines
86 B
PHP

<?php
header('Content-Type: text/plain');
http_response_code(200);
echo 'OK';
exit;