0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-10-31 21:19:04 +01:00
dendrite/cmd/dendrite-demo-pinecone/embed/embed_other.go

10 lines
119 B
Go
Raw Normal View History

// +build !elementweb
package embed
import "github.com/gorilla/mux"
func Embed(_ *mux.Router, _ int, _ string) {
}