mirror of
https://github.com/pinry/pinry.git
synced 2026-02-25 15:51:09 +01:00
Fix: Fix doc link in frontend
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user