Skip to content

Commit

Permalink
Fix enum value
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgems101 committed Apr 24, 2023
1 parent eebe1b4 commit 3db4083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
],
"protocol": "HTTP_1_1",
"dataFormat": "JSON",
"securityMethods": ["Oauth", "PSK"],
"securityMethods": ["OAUTH", "PSK"],
"interfaceDescriptions": [
{
"ipv4Addr": "127.0.0.1",
"port": 8888,
"securityMethods": ["Oauth"]
"securityMethods": ["OAUTH"]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
],
"protocol": "HTTP_1_1",
"dataFormat": "JSON",
"securityMethods": ["Oauth", "PSK"],
"securityMethods": ["OAUTH", "PSK"],
"interfaceDescriptions": [
{
"ipv4Addr": "127.0.0.1",
"port": 8888,
"securityMethods": ["Oauth"]
"securityMethods": ["OAUTH"]
}
]
}
Expand Down

0 comments on commit 3db4083

Please sign in to comment.