1
0
mirror of https://github.com/ragestudio/comty.git synced 2025-07-10 17:54:16 +00:00

added 2 endpoints

This commit is contained in:
srgooglo 2022-10-14 14:46:04 +02:00
parent 94044c33e0
commit f16d25d289

@ -106,6 +106,12 @@ export default class StreamingController extends Controller {
} else {
return res.json(streamingKey)
}
},
"/streaming/:username": async (req, res) => {
},
"/streaming/auth": async (req, res) => {
}
}