Skip to content

Commit

Permalink
OP-22321 : Fixed bake issue
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-agrawal committed Jun 24, 2024
1 parent 6b1c961 commit 5776f48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import retrofit2.http.Query;

public interface ClouddriverService {
@PUT("/artifacts/fetch/")
@PUT("/artifacts/fetch")
Call<ResponseBody> fetchArtifact(@Body Artifact artifact);

@GET("/aws/images/find")
Expand Down

0 comments on commit 5776f48

Please sign in to comment.