Skip to content

Commit 80786aa

Browse files
Merge pull request #34 from hasithakn/default-port
Update default port in API swagger
2 parents 8e2079d + a687612 commit 80786aa

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

api/consent-management-API.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,7 @@ info:
1818
name: Apache 2.0
1919
url: http://www.apache.org/licenses/LICENSE-2.0.html
2020
servers:
21-
- url: http://localhost:3000/api/v1
22-
variables:
23-
km_host:
24-
default: localhost
25-
description: Hostname of the Consent Management server.
26-
km_port:
27-
default: "3000"
28-
description: Port number for the Consent Management server.
21+
- url: http://localhost:8080/api/v1
2922
tags:
3023
- name: Consent Elements
3124
description: Manage Consent Elements

0 commit comments

Comments
 (0)