diff --git a/src/isnd/Controllers/Packages/PackagesController.Put.cs b/src/isnd/Controllers/Packages/PackagesController.Put.cs index 512ae42..b04d5db 100644 --- a/src/isnd/Controllers/Packages/PackagesController.Put.cs +++ b/src/isnd/Controllers/Packages/PackagesController.Put.cs @@ -27,8 +27,6 @@ namespace isnd.Controllers public partial class PackagesController { - - // TODO [Authorize(Policy = IsndConstants.RequireValidApiKey)] [HttpPut("~" + Constants.ApiVersionPrefix + ApiConfig.Package)] public async Task Put() diff --git a/src/isnd/Views/PackageVersion/Index.cshtml b/src/isnd/Views/PackageVersion/Index.cshtml index d695926..0942174 100644 --- a/src/isnd/Views/PackageVersion/Index.cshtml +++ b/src/isnd/Views/PackageVersion/Index.cshtml @@ -2,7 +2,6 @@ @{ ViewData["Title"] = "Index"; - var apiBaseUrl = "/v3"; }

Index

@@ -45,11 +44,11 @@ @Html.DisplayFor(modelItem => item.PackageId) - + nuget - + nuspec