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