Skip to content

Commit

Permalink
[llapi] use v1 api route for manifest upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Wesley authored and iancampbell committed Apr 27, 2022
1 parent a034e87 commit 6161959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkcves.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def _get_credentials(kf_param, dc_param, sf_param):
return vgls_creds

if __name__ == '__main__':
resource = '/api/vigiles/manifests'
resource = '/api/v1/vigiles/manifests'
demo = False
args = handle_cmdline_args()

Expand Down

0 comments on commit 6161959

Please sign in to comment.