mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added 2 endpoints
This commit is contained in:
parent
ca0895f77c
commit
add6ef872b
@ -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) => {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user