fix: resolve API reference failing requests

This commit is contained in:
Emmanuel Oloyede
2023-10-25 15:27:07 +01:00
parent 1084323d6d
commit abfc69fc75
2 changed files with 4 additions and 8 deletions

View File

@@ -27,11 +27,7 @@
"thumbsRating": true
},
"api": {
"baseUrl": ["https://app.infisical.com", "http://localhost:8080"],
"auth": {
"method": "key",
"name": "X-API-KEY"
}
"baseUrl": ["https://app.infisical.com", "http://localhost:8080"]
},
"topbarLinks": [
{ "name": "Log In", "url": "https://app.infisical.com/login" }