From e5932a11c22b757798132e0a2b7954cd4bd4f996 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Wed, 26 Apr 2023 01:22:00 +0100 Subject: [PATCH] cleanup --- src/isnd/Controllers/Packages/PackagesController.Put.cs | 2 -- src/isnd/Views/PackageVersion/Index.cshtml | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) 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