From 5f0dfee768bb59655c976f200cd9e9c695950d0a Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Fri, 13 Aug 2021 18:55:25 +0100 Subject: [PATCH] bug on config --- src/isnd/Controllers/PackagesController.cs | 2 +- src/isnd/Views/Shared/_Layout.cshtml | 10 +++++----- src/isnd/bower.json | 10 ---------- src/isnd/wwwroot/css/site.css | 4 ++-- src/isnd/wwwroot/css/site.scss | 3 +-- .../wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js | 2 +- test/isnd.tests/UnitTestWebHost.cs | 11 ++--------- 7 files changed, 12 insertions(+), 30 deletions(-) delete mode 100644 src/isnd/bower.json 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 - +
-