base namespace to nuget_host
This commit is contained in:
parent
1b2d850522
commit
a2f26f1e8e
31 changed files with 31 additions and 30 deletions
|
|
@ -45,7 +45,7 @@ namespace nuget_host.Controllers
|
|||
|
||||
public IActionResult Test()
|
||||
{
|
||||
ViewData["Message"] = "Your contact page.";
|
||||
ViewData["Message"] = "Your test page.";
|
||||
|
||||
return Ok(ViewData);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue