aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/templates/index.html
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2021-08-24 22:25:40 -0400
committerMitchell Riedstra <mitch@riedstra.dev>2021-08-24 22:25:40 -0400
commit0fc3eda77004f41c5f0a804028da2d90b0373ea7 (patch)
treeedf6d74e6a2b7140350eab1e40d0fbf70e10f87c /cmd/web/templates/index.html
parentf4fcd237b2d0eb950fc15a8af1fb0894b6ad6359 (diff)
downloadsteam-export-0fc3eda77004f41c5f0a804028da2d90b0373ea7.tar.gz
steam-export-0fc3eda77004f41c5f0a804028da2d90b0373ea7.tar.xz
Another development snapshot. Updated license. Added Swagger documentation--embedded! Note about 'swaggo'
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}}