DEV Community

Discussion on: Beginners Tutorial: Docker with ASP.NET Core

Collapse
 
papakathanasios profile image
papakathanasios

is there a way to show the full website instead of just those values?

Collapse
 
schwamster profile image
Bastian

if you are talking about the boring endpoint that only responds with ["value1","value2"] then the simple answer is - absolutly, but then u got to either change the project template used when creating the core project (e.g. dotnet new mvc) or simply output something different in the Values controller. The project that is created with dotnet new webapi does not have a ui though