feat: add docs link

This commit is contained in:
Mark Bailey 2024-10-26 19:20:28 -04:00
parent e411c80c12
commit e1b66a87ac

View File

@ -3,9 +3,7 @@
<head>
</head>
<body>
{% for fname, result in results.items() %}
<h1>{{ fname }}</h1>
<p>{{ result }}</p>
{% endfor %}
<h1>DocTR API v1</h1>
<p>Docs <a href="/docs" alt="/docs">here</a></p>
</body>
</html>