Skip to content

Commit 537fb8b

Browse files
committed
asdadasd
1 parent 18813eb commit 537fb8b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

DotNetWebAPI_InMemoryDatabase/DotNetWebAPI_InMemoryDatabase.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Accept: application/json
1313

1414
{
1515
"id": 0,
16-
"title": "Sample Book Title",
16+
"title": "Sample Book Title3",
1717
"description": "This is a sample book description.",
1818
"author": "John Doe",
1919
"price": 19.99

DotNetWebAPI_InMemoryDatabase/appsettings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,5 @@
55
"Microsoft.AspNetCore": "Warning"
66
}
77
},
8-
"ConnectionStrings": {
9-
sq;
10-
},
118
"AllowedHosts": "*"
129
}

0 commit comments

Comments
 (0)