mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +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) {
|
||||
return res.json(info)
|
||||
}
|
||||
}
|
||||
},
|
||||
"/streaming/publish": async (req, res) => {
|
||||
const { app, stream, tcUrl } = req.body
|
||||
@ -361,5 +362,4 @@ export default class StreamingController extends Controller {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user