mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 06:12:45 +00:00
Fix embed Riot Web into Yggdrasil demo
This commit is contained in:
parent
ddf1c8adf1
commit
3547a1768c
3 changed files with 8 additions and 5 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
package embed
|
||||
|
||||
func Embed(_ int, _ string) {
|
||||
import "github.com/gorilla/mux"
|
||||
|
||||
func Embed(_ *mux.Router, _ int, _ string) {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue