Skip to content

Commit

Permalink
Fix artifact pruning endpoint path (#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
schustmi authored Oct 7, 2024
1 parent ca79ab2 commit b619b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zenml/zen_server/routers/artifact_version_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def delete_artifact_version(


@artifact_version_router.delete(
"/",
"",
responses={401: error_response, 404: error_response, 422: error_response},
)
@handle_exceptions
Expand Down

0 comments on commit b619b9b

Please sign in to comment.