Skip to content

Commit 1b2dd12

Browse files
authored
Merge pull request #23 from selfmadecode/feature/code-clean-up
replace weather controller with home controller
2 parents 5e9bf41 + 3a5560d commit 1b2dd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DemoAPI/Controllers/WeatherForecastController.cs renamed to src/DemoAPI/Controllers/HomeController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ namespace DemoAPI.Controllers
44
{
55
[ApiController]
66
[Route("[controller]")]
7-
public class WeatherForecastController : ControllerBase
7+
public class HomeController : ControllerBase
88
{
99
[HttpGet("hello")]
1010
public IActionResult GetHello()

0 commit comments

Comments
 (0)