mirror of
https://github.com/danielmiessler/SecLists
synced 2026-04-18 21:13:02 +02:00
feat(wordlist): Added more swagger endpoints (PR #1219)
This commit is contained in:
parent
b99c973a2e
commit
efac3d2858
1 changed files with 9 additions and 1 deletions
|
|
@ -1,13 +1,14 @@
|
|||
swagger/index.html
|
||||
swagger/v1/swagger.json
|
||||
swagger-ui.html
|
||||
swagger-resources
|
||||
swagger-resources/configuration/ui
|
||||
swagger/static/index.html
|
||||
swagger-ui/swagger.json
|
||||
swagger/ui/index
|
||||
apidocs/swagger.json
|
||||
api-docs/swagger.json
|
||||
swagger-ui/
|
||||
swagger-ui/index.html
|
||||
api-docs
|
||||
apidocs
|
||||
swagger
|
||||
|
|
@ -19,6 +20,8 @@ api/v2/apidocs
|
|||
api/api-docs
|
||||
api/v1/api-docs
|
||||
api/v2/api-docs
|
||||
api/v3/api-docs
|
||||
api/v3/api-docs/swagger-config
|
||||
swagger
|
||||
swagger/
|
||||
swagger.json
|
||||
|
|
@ -52,5 +55,10 @@ api/v3
|
|||
openapi.json
|
||||
openapi.yml
|
||||
openapi.yaml
|
||||
v2/api-docs
|
||||
v2/swagger-ui/
|
||||
v2/swagger-ui.html
|
||||
v3/api-docs
|
||||
v3/api-docs/swagger-config
|
||||
.well-known/openapi.json
|
||||
.well-known/openapi.yaml
|
||||
|
|
|
|||
Loading…
Reference in a new issue