diff options
author | Rory& <root@rory.gay> | 2023-12-31 16:38:20 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2023-12-31 16:38:20 +0100 |
commit | 05289f61d7bd0650ef511cc92a8a657c493dce30 (patch) | |
tree | ed38ef598f9e37eaaf294b8864f361553869ee3c /ModAS.Server/wwwroot/index.html | |
parent | Add auth, start of commit script (diff) | |
download | ModAS-05289f61d7bd0650ef511cc92a8a657c493dce30.tar.xz |
Clean up swagger, clean up auth code HEAD github/master master
Diffstat (limited to 'ModAS.Server/wwwroot/index.html')
-rw-r--r-- | ModAS.Server/wwwroot/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ModAS.Server/wwwroot/index.html b/ModAS.Server/wwwroot/index.html index 391570a..d7eb73a 100644 --- a/ModAS.Server/wwwroot/index.html +++ b/ModAS.Server/wwwroot/index.html @@ -16,6 +16,7 @@ <h1 style="margin-bottom: 0;">ModAS</h1> <p style="color: #ffffff66; font-size: 0.75em;"><i>Moderation at your fingertips</i></p> <p>Server is running.</p> + <a href="/swagger">API documentation</a> </div> </body> </html> \ No newline at end of file |