mirror of
https://github.com/danielmiessler/SecLists
synced 2026-01-02 06:04:21 +01:00
Merge pull request #521 from realArcherL/master
Slight correction with version numbers from earlier PR also added new endpoints
This commit is contained in:
commit
fe2aa9e7b0
1 changed files with 28 additions and 18 deletions
|
|
@ -16,6 +16,8 @@ graphql/schema.xml
|
|||
graphql/schema.yaml
|
||||
playground
|
||||
subscriptions
|
||||
api/graphql
|
||||
graph
|
||||
v1/altair
|
||||
v1/explorer
|
||||
v1/graphiql
|
||||
|
|
@ -34,6 +36,8 @@ v1/graphql/schema.xml
|
|||
v1/graphql/schema.yaml
|
||||
v1/playground
|
||||
v1/subscriptions
|
||||
v1/api/graphql
|
||||
v1/graph
|
||||
v2/altair
|
||||
v2/explorer
|
||||
v2/graphiql
|
||||
|
|
@ -52,6 +56,8 @@ v2/graphql/schema.xml
|
|||
v2/graphql/schema.yaml
|
||||
v2/playground
|
||||
v2/subscriptions
|
||||
v2/api/graphql
|
||||
v2/graph
|
||||
v3/altair
|
||||
v3/explorer
|
||||
v3/graphiql
|
||||
|
|
@ -70,21 +76,25 @@ v3/graphql/schema.xml
|
|||
v3/graphql/schema.yaml
|
||||
v3/playground
|
||||
v3/subscriptions
|
||||
v3/altair
|
||||
v3/explorer
|
||||
v3/graphiql
|
||||
v3/graphiql.css
|
||||
v3/graphiql/finland
|
||||
v3/graphiql.js
|
||||
v3/graphiql.min.css
|
||||
v3/graphiql.min.js
|
||||
v3/graphiql.php
|
||||
v3/graphql
|
||||
v3/graphql/console
|
||||
v3/graphql-explorer
|
||||
v3/graphql.php
|
||||
v3/graphql/schema.json
|
||||
v3/graphql/schema.xml
|
||||
v3/graphql/schema.yaml
|
||||
v3/playground
|
||||
v3/subscriptions
|
||||
v3/api/graphql
|
||||
v3/graph
|
||||
v4/altair
|
||||
v4/explorer
|
||||
v4/graphiql
|
||||
v4/graphiql.css
|
||||
v4/graphiql/finland
|
||||
v4/graphiql.js
|
||||
v4/graphiql.min.css
|
||||
v4/graphiql.min.js
|
||||
v4/graphiql.php
|
||||
v4/graphql
|
||||
v4/graphql/console
|
||||
v4/graphql-explorer
|
||||
v4/graphql.php
|
||||
v4/graphql/schema.json
|
||||
v4/graphql/schema.xml
|
||||
v4/graphql/schema.yaml
|
||||
v4/playground
|
||||
v4/subscriptions
|
||||
v4/api/graphql
|
||||
v4/graph
|
||||
|
|
|
|||
Loading…
Reference in a new issue