Skip to content

Commit 527e525

Browse files
committed
refactor: switch between and after samples for add-prefix-to-server to avoid confusion
1 parent 15143fc commit 527e525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/projects/changelog/add-prefix-to-server/after.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: test
44
version: 0.1.0
55
servers:
6-
- url: https://example2.com
6+
- url: https://example1.com/api/v2
77
description: It is a description of server
88
paths:
99
/path1:

test/projects/changelog/add-prefix-to-server/before.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ info:
33
title: test
44
version: 0.1.0
55
servers:
6-
- url: https://example1.com/api/v2
6+
- url: https://example2.com
77
description: It is a description of server
88
paths:
99
/path1:

0 commit comments

Comments
 (0)