further subspace fixes

This commit is contained in:
Dave Horton
2021-12-06 18:00:15 -05:00
parent 2c3bdc9be0
commit 252116cf84

View File

@@ -245,7 +245,7 @@ const enableSubspace = async(opts) => {
const accessToken = await getSubspaceJWT(subspace_client_id, subspace_client_secret);
const postTeleport = bent('https://api.subspace.com', 'POST', 'json', 200);
const teleport = await postTeleport('/v1/sip-teleports',
const teleport = await postTeleport('/v1/sipteleport',
{
destination,
name: 'Jambonz'