5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 01:02:30 +00:00
matterbridge/gateway/bridgemap/api.go

12 lines
135 B
Go
Raw Normal View History

// +build !noapi
package bridgemap
import (
"github.com/42wim/matterbridge/bridge/api"
)
func init() {
FullMap["api"] = api.New
}