skofgar/mercury

View on GitHub
system/rest-spring/src/main/resources/public/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<body>

<h2>Your application is running</h2>

<p><a href="/info">INFO endpoint</a></p>
<p><a href="/info/lib">Library dependency list</a></p>
<p><a href="/health">Health endpoint</a></p>

</body>
</html>