Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
022a3de089 |
1
healthz.php
Normal file
1
healthz.php
Normal file
@ -0,0 +1 @@
|
|||||||
|
ok
|
||||||
@ -110,6 +110,8 @@ $now = date('Y-m-d H:i:s');
|
|||||||
</main>
|
</main>
|
||||||
<footer>
|
<footer>
|
||||||
Page updated: <?= htmlspecialchars($now) ?> (UTC)
|
Page updated: <?= htmlspecialchars($now) ?> (UTC)
|
||||||
|
<br />
|
||||||
|
<a href="/healthz.php">Health Check</a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
x
Reference in New Issue
Block a user