added API to misc

This commit is contained in:
Navan Chauhan 2020-09-11 21:20:12 +05:30
parent 6da9615e3a
commit ccc014b492
1 changed files with 1 additions and 0 deletions

View File

@ -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>