-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1885: Update API documentation endpoints (#798)
* Update new API documentation endpoints * Resolve audit * Resolve license audit issues * Update plugins test * Add tests for Config * Force update event-stream to 4.0.1 to fix license audit * Refactor API_DOCUMENTATION_ENDPOINTS TO API_DOC_ENDPOINTS_ENABLED
- Loading branch information
Showing
9 changed files
with
2,036 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"reject": [ | ||
"hapi-swagger", | ||
"tape", | ||
"ilp-packet" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"decisions": { | ||
"1500|@mojaloop/central-services-shared>widdershins>yargs>yargs-parser": { | ||
"decision": "ignore", | ||
"madeAt": 1607524629783, | ||
"expiresAt": 1608129418895 | ||
} | ||
}, | ||
"rules": {}, | ||
"version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.