Fix Riot Web embedding into Yggdrasil demo
This commit is contained in:
parent
00e0df7c87
commit
65084c5052
|
@ -19,7 +19,7 @@ func Embed(rootMux *mux.Router, listenPort int, serverName string) {
|
|||
embeddedFS := _escFS(false)
|
||||
embeddedServ := http.FileServer(embeddedFS)
|
||||
|
||||
rootMux.Handle("/", embeddedServ)
|
||||
rootMux.NotFoundHandler = embeddedServ
|
||||
rootMux.HandleFunc("/config.json", func(w http.ResponseWriter, _ *http.Request) {
|
||||
configFile, err := embeddedFS.Open("/config.sample.json")
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue