Skip to content

Commit 8a23d15

Browse files
author
RahulMule
committed
adding changes
1 parent 3d35229 commit 8a23d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNetWebAPI_InMemoryDatabase/Controllers/BooksController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public IActionResult GetAllBooks()
2121
return Ok(books);
2222
}
2323
[HttpPost]
24-
public IActionResult AddBook(Book book)
24+
public IActionResult AddBook(Book book)
2525
{
2626
_books.AddBook(book);
2727
return Ok();

0 commit comments

Comments
 (0)