Skip to content

Commit 58dc7e5

Browse files
FabianGosebrinkFabianGosebrink
authored andcommitted
Update to 1.0 and fixed namespaces
1 parent f80322e commit 58dc7e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains a controller which is dealing with houses. You can GET/
66

77
Hope this helps.
88

9-
See the examples here:
9+
See the examples here:
1010

1111
## GET all houses
1212

src/SampleWebApiAspNetCore/Controllers/HouseController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using SampleWebApiAspNetCore.Repositories;
88
using SampleWebApiAspNetCore.Services;
99

10-
namespace SampleWebApiMVC6.Controllers
10+
namespace SampleWebApiAspNetCore.Controllers
1111
{
1212
[Route("api/[controller]")]
1313
public class HouseController : Controller

0 commit comments

Comments
 (0)