Skip to content

Commit 1dd3b48

Browse files
Update snapshot
Add servers property.
1 parent 6df54e2 commit 1dd3b48

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/TodoApp.Tests/OpenApiTests.Schema_Is_Correct_schemaUrl=openapi.verified.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
},
1414
version: v1
1515
},
16+
servers: [
17+
{
18+
url: http://localhost/
19+
}
20+
],
1621
paths: {
1722
/api/items: {
1823
get: {

0 commit comments

Comments
 (0)