Set up a basic ASP.NET Core project targeting .NET 9.0 with nullable and implicit usings enabled. Added OpenAPI (Swagger) documentation using NSwag and a simple WeatherForecast endpoint. Included necessary configuration files for development and toolchain support.
7 lines
113 B
HTTP
7 lines
113 B
HTTP
@Api_HostAddress = http://localhost:5175
|
|
|
|
GET {{Api_HostAddress}}/weatherforecast/
|
|
Accept: application/json
|
|
|
|
###
|