diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-24 22:25:40 -0400 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2021-08-24 22:25:40 -0400 |
| commit | 0fc3eda77004f41c5f0a804028da2d90b0373ea7 (patch) | |
| tree | edf6d74e6a2b7140350eab1e40d0fbf70e10f87c /cmd/web/templates | |
| parent | f4fcd237b2d0eb950fc15a8af1fb0894b6ad6359 (diff) | |
| download | steam-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')
| -rw-r--r-- | cmd/web/templates/index.html | 5 |
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}} |
