Redirect /embed/chat and /embed/video to the embedable pages. Closes #110
This commit is contained in:
@@ -35,6 +35,12 @@ func Start() error {
|
||||
|
||||
// web config api
|
||||
http.HandleFunc("/config", controllers.GetWebConfig)
|
||||
|
||||
// chat embed
|
||||
http.HandleFunc("/embed/chat", controllers.GetChatEmbed)
|
||||
|
||||
// video embed
|
||||
http.HandleFunc("/embed/video", controllers.GetVideoEmbed)
|
||||
}
|
||||
|
||||
port := config.Config.GetPublicWebServerPort()
|
||||
|
||||
Reference in New Issue
Block a user