We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15143fc commit 527e525Copy full SHA for 527e525
test/projects/changelog/add-prefix-to-server/after.yaml
@@ -3,7 +3,7 @@ info:
3
title: test
4
version: 0.1.0
5
servers:
6
- - url: https://example2.com
+ - url: https://example1.com/api/v2
7
description: It is a description of server
8
paths:
9
/path1:
test/projects/changelog/add-prefix-to-server/before.yaml
- - url: https://example1.com/api/v2
+ - url: https://example2.com
0 commit comments