aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendrite-demo-yggdrasil/embed/embed_other.go
blob: 598881148022406fa5d087b4b67e442b447bd67f (plain)
1
2
3
4
5
6
7
8
9
// +build !riotweb

package embed

import "github.com/gorilla/mux"

func Embed(_ *mux.Router, _ int, _ string) {

}