Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit e31b5cb

Browse files
authored
update client session version to 2.2 (#23)
1 parent d7ba8ea commit e31b5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ app.post('/client-session', async (req, res) => {
4141
method: 'post',
4242
headers: {
4343
'Content-Type': 'application/json',
44-
'X-Api-Version': '2.1',
44+
'X-Api-Version': '2.2',
4545
'X-Api-Key': API_KEY,
4646
},
4747
body: JSON.stringify({

0 commit comments

Comments
 (0)