File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ The API is secured using the JWT mechanism provided by DRF.
165
165
- GET requests are public (GET all, get Item)
166
166
- Mutating requests are protected by token generated based on the user credentials (` username ` , ` pass ` ).
167
167
168
- > A POSTMAN Collection Sample can be found [ here] ( # ) .
168
+ > A POSTMAN Collection Sample can be found [ here] ( ./media ) .
169
169
170
170
<br />
171
171
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ <h5 class="font-weight-bolder">Generated API</h5>
32
32
</ ul >
33
33
</ p >
34
34
< p >
35
- Import the < a target ="_blank " href =""> POSTMAN Sample collection</ a >
35
+ Import the < a target ="_blank " href ="https://github.com/app-generator/django-soft-ui-dashboard/tree/master/media "> POSTMAN Sample collection</ a >
36
36
(Books) and access the
37
37
< a target ="_blank " class ="text-body text-sm font-weight-bold mb-0 icon-move-right mt-auto " href ="/api/books/ ">
38
38
Generated (Books) API
You can’t perform that action at this time.
0 commit comments