mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
Implement tests
This commit is contained in:
parent
7b1d9d2b4c
commit
0baf619ace
19 changed files with 432 additions and 48 deletions
11
.bruno/drf_template/get-swagger.bru
Normal file
11
.bruno/drf_template/get-swagger.bru
Normal file
|
@ -0,0 +1,11 @@
|
|||
meta {
|
||||
name: GET Swagger
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{BASE_URL}}/swagger/
|
||||
body: none
|
||||
auth: none
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue