cleanup
This commit is contained in:
@ -27,8 +27,6 @@ namespace isnd.Controllers
|
||||
|
||||
public partial class PackagesController
|
||||
{
|
||||
|
||||
|
||||
// TODO [Authorize(Policy = IsndConstants.RequireValidApiKey)]
|
||||
[HttpPut("~" + Constants.ApiVersionPrefix + ApiConfig.Package)]
|
||||
public async Task<IActionResult> Put()
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
@{
|
||||
ViewData["Title"] = "Index";
|
||||
var apiBaseUrl = "/v3";
|
||||
}
|
||||
|
||||
<h2>Index</h2>
|
||||
@ -45,11 +44,11 @@
|
||||
<tr>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.PackageId)
|
||||
<a href="@apiBaseUrl@item.NugetLink">
|
||||
<a href="@Constants.ApiVersionPrefix@item.NugetLink">
|
||||
nuget
|
||||
</a>
|
||||
|
||||
<a href="@apiBaseUrl@item.NuspecLink">
|
||||
<a href="@Constants.ApiVersionPrefix@item.NuspecLink">
|
||||
nuspec
|
||||
</a>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user