summaryrefslogtreecommitdiffstats
path: root/gateway/bridgemap/api.go
blob: a8b6e61fdffa530bed6f8979d5a8999c41d3fc1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// +build !noapi

package bridgemap

import (
	"github.com/42wim/matterbridge/bridge/api"
)

func init() {
	FullMap["api"] = api.New
}