Skip to content

Commit 2fd8809

Browse files
author
Gergő Papp-Szentannai
committed
Remove https scheme from auth, user and app services
1 parent d3925ca commit 2fd8809

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

auth/niauth.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ securityDefinitions:
1414
in: header
1515
security:
1616
- ApiKeyAuth: []
17-
schemes:
18-
- https
1917
paths:
2018
/auth:
2119
get:

user/niuser.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ securityDefinitions:
1414
in: header
1515
security:
1616
- ApiKeyAuth: []
17-
schemes:
18-
- https
1917
paths:
2018
'/orgs/{name}':
2119
get:

webapp/niapp.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ securityDefinitions:
1414
in: header
1515
security:
1616
- ApiKeyAuth: []
17-
schemes:
18-
- https
1917
paths:
2018
'/webapps/{id}':
2119
get:

0 commit comments

Comments
 (0)