blob: 803202a3172f46806e2c0ba65e437c279513922b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<!DOCTYPE html>
<html>
<head>
<title>SO API Handler</title>
</head>
<body>
<div>
<table style="width:100%">
<tr><td>
<a href="/swagger/index.html">Visit our Swagger UI</a>
</td></tr>
<tr>
<td>
<a href="/readme/index.html">APIHandler Read me</a>
</td>
</tr>
<tr>
<td>
<a href="/env">View Current Properties</a>
</td>
</tr>
<tr>
<td>
<a href="/manage/health">View Health</a>
</td>
</tr>
<tr>
<td>
<a href="/metrics">View Metrics</a>
</td>
</tr>
<tr>
<td>
<a href="/h2">H2 Console</a>
</td>
</tr>
</table>
</div>
</body>
</html>
|