🐛 Fix meet room page missing channel
This commit is contained in:
parent
00ef003be9
commit
aa3c0a9dbf
@ -12,7 +12,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func MapControllers(app *fiber.App) {
|
func MapControllers(app *fiber.App) {
|
||||||
app.Get("/meet", renderMeetRoom)
|
app.Get("/meet/:channel", renderMeetRoom)
|
||||||
app.Get("/captcha", renderCaptcha)
|
app.Get("/captcha", renderCaptcha)
|
||||||
app.Post("/captcha", validateCaptcha)
|
app.Post("/captcha", validateCaptcha)
|
||||||
app.Get("/check-ip", getClientIP)
|
app.Get("/check-ip", getClientIP)
|
||||||
|
Reference in New Issue
Block a user