[auth] Added logout for auth with apiKey and basic auth
This commit is contained in:
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -36,7 +36,7 @@
|
||||
if (url && url.length > 1) {
|
||||
url = decodeURIComponent(url[1]);
|
||||
} else {
|
||||
url = "http://petstore.swagger.io/v2/swagger.json";
|
||||
url = "http://localhost:3001/swagger.json";
|
||||
}
|
||||
|
||||
hljs.configure({
|
||||
|
||||
Reference in New Issue
Block a user