diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 21:20:12 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-11 21:20:12 +0530 |
commit | ccc014b49279b96ba094fd8b652f9b3e71790c59 (patch) | |
tree | b2463e4df9b0e2059700293c6824df62e340ea29 /app/templates/home.html | |
parent | 6da9615e3a91a756a23507771aab4716b326f197 (diff) |
added API to misc
Diffstat (limited to 'app/templates/home.html')
-rw-r--r-- | app/templates/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/templates/home.html b/app/templates/home.html index f1f340a..2e9b7c0 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -23,6 +23,7 @@ <h3>Misc.</h3> <ul> + <li>API - <a href="/docs">Swagger UI</a> or <a href="/redoc">ReDoc</a> - API access for the server</li> <li><a href="{{url_for('generate_pdbqts')}}">Generate PDBQTs</a> - Generate PDBQTs for your compounds or proteins</li> <li><a href="{{url_for('editor')}}">Editor</a> - Simple Molecular Editor powered by Kekule.js</li> <li><a href="{{ url_for('status')}}">Job Status</a> - Check the job status </li> |