mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
added 2 endpoints
This commit is contained in:
parent
94044c33e0
commit
f16d25d289
@ -106,6 +106,12 @@ export default class StreamingController extends Controller {
|
|||||||
} else {
|
} else {
|
||||||
return res.json(streamingKey)
|
return res.json(streamingKey)
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"/streaming/:username": async (req, res) => {
|
||||||
|
|
||||||
|
},
|
||||||
|
"/streaming/auth": async (req, res) => {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user