mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
fix bad syntax
This commit is contained in:
parent
5bdb882d6f
commit
a3aae340d8
@ -277,6 +277,7 @@ export default class StreamingController extends Controller {
|
|||||||
if (info) {
|
if (info) {
|
||||||
return res.json(info)
|
return res.json(info)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"/streaming/publish": async (req, res) => {
|
"/streaming/publish": async (req, res) => {
|
||||||
const { app, stream, tcUrl } = req.body
|
const { app, stream, tcUrl } = req.body
|
||||||
@ -362,4 +363,3 @@ export default class StreamingController extends Controller {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user