mirror of
https://github.com/lemeow125/DRF_Template.git
synced 2025-09-18 05:29:37 +08:00
11 lines
115 B
Text
11 lines
115 B
Text
meta {
|
|
name: GET Swagger
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/swagger/
|
|
body: none
|
|
auth: none
|
|
}
|