Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit c40a3e7

Browse files
committed
Bump protocol from version 8 to version 9
refs: atom/teletype-client#57 (comment)
1 parent 79f3a72 commit c40a3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/controller-layer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = ({modelLayer, pubSubGateway, identityProvider, fetchICEServers,
1818

1919
app.get('/protocol-version', function (req, res) {
2020
res.set('Cache-Control', 'no-store')
21-
res.send({version: 8})
21+
res.send({version: 9})
2222
})
2323

2424
app.get('/ice-servers', async function (req, res) {

0 commit comments

Comments
 (0)