Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 263 Bytes

File metadata and controls

25 lines (18 loc) · 263 Bytes

playerlands-techtest

TestApi

Get the dependencies installed and build the project:

dotnet restore
dotnet build

Once succeeded, run the project:

dotnet run

Browse to https://localhost:5001/api/values

[
"value1",
"value2"
]