Skip to content

Commit

Permalink
chore: Add trailing slashes to package and registration v3 endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Regenhardt committed Jan 2, 2025
1 parent 08e7af9 commit 71e5459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BaGetter.Web/BaGetterUrlGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ public string GetServiceIndexUrl()

public string GetPackageContentResourceUrl()
{
return AbsoluteUrl("v3/package");
return AbsoluteUrl("v3/package/");
}

public string GetPackageMetadataResourceUrl()
{
return AbsoluteUrl("v3/registration");
return AbsoluteUrl("v3/registration/");
}

public string GetPackagePublishResourceUrl()
Expand Down

0 comments on commit 71e5459

Please sign in to comment.