mirror of
https://github.com/matrix-org/dendrite
synced 2024-10-31 21:19:04 +01:00
10 lines
142 B
Go
10 lines
142 B
Go
//go:build !elementweb
|
|
// +build !elementweb
|
|
|
|
package embed
|
|
|
|
import "github.com/gorilla/mux"
|
|
|
|
func Embed(_ *mux.Router, _ int, _ string) {
|
|
|
|
}
|