mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 06:12:45 +00:00
Support embedding Riot Web (#1113)
* Embed * Support for embedding is better now * HTTP on localhost for Ygg demo * Move embed into Yggdrasil demo
This commit is contained in:
parent
b7d0ca6855
commit
ce2517b9fb
5 changed files with 76 additions and 1 deletions
7
cmd/dendrite-demo-yggdrasil/embed/embed_other.go
Normal file
7
cmd/dendrite-demo-yggdrasil/embed/embed_other.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
// +build !riotweb
|
||||
|
||||
package embed
|
||||
|
||||
func Embed(_ int, _ string) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue