Skip to content

Commit

Permalink
Fix missing api.json entries after merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Max Schiller <[email protected]>
  • Loading branch information
MM-msr committed Jun 14, 2024
1 parent 8799213 commit 9b13286
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/shared/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@
"URL_USER_OIDC": "api/v1/user/oidc",
"URL_USER_OIDC_LOGIN": "api/v1/user/oidc/login",
"URL_USER_SELF": "api/v1/user/self",
"URL_VEX": "api/v1/vex"
"URL_VEX": "api/v1/vex",
"URL_VULNERABILITY": "api/v1/vulnerability",
"WITH_CREDENTIALS": ""
}

0 comments on commit 9b13286

Please sign in to comment.