diff --git a/src/isnd/Controllers/PackagesController.cs b/src/isnd/Controllers/PackagesController.cs index fba2131..eb9e954 100644 --- a/src/isnd/Controllers/PackagesController.cs +++ b/src/isnd/Controllers/PackagesController.cs @@ -95,7 +95,7 @@ namespace isn.Controllers return BadRequest(new { error = ModelState }); } - // GET /autocomplete?id=nuget.protocol&prerelease=true + // GET /autocomplete?id=isn.protocol&prerelease=true [HttpGet(_pkgRootPrefix + "/autocomplete")] public IActionResult AutoComplete( string id, diff --git a/src/isnd/Views/Shared/_Layout.cshtml b/src/isnd/Views/Shared/_Layout.cshtml index 4722304..9c2d2b3 100644 --- a/src/isnd/Views/Shared/_Layout.cshtml +++ b/src/isnd/Views/Shared/_Layout.cshtml @@ -4,14 +4,14 @@ @ViewData["Title"] - nuget host - +
-