Fix: Fix doc link in frontend

This commit is contained in:
winkidney
2022-02-18 21:37:48 -08:00
parent 18bda6dfd1
commit 837e9f0334

View File

@@ -10,7 +10,7 @@
<div class="content">
<p>Your Token is:</p>
<pre>{{ token }}</pre>
Please read <a href="#">DRF API Documentation</a> for more detail to know how to use it.
Please read <a target="_blank" href="https://www.django-rest-framework.org/api-guide/authentication/#tokenauthentication">DRF API Documentation</a> for more detail to know how to use it.
<br>
</div>
</div>