aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/templates/index.html')
-rw-r--r--cmd/web/templates/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmd/web/templates/index.html b/cmd/web/templates/index.html
index 9f8c4b0..1fbc2ff 100644
--- a/cmd/web/templates/index.html
+++ b/cmd/web/templates/index.html
@@ -80,6 +80,11 @@
</li>
{{if .App.Demo}}{{else}}
<li class="nav-item">
+ <a class="nav-link" href="/swagger/index.html" target="_blank">
+ API Docs
+ </a>
+ </li>
+ <li class="nav-item">
<a class="nav-link" href="/quit">Shutdown Server/Quit</a>
</li>
{{end}}