mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
add option to enable api server
This commit is contained in:
@@ -7,7 +7,8 @@ type Config struct {
|
||||
}
|
||||
|
||||
type ApiConfig struct {
|
||||
Port int `json:"port"`
|
||||
Enabled bool `json:"enabled"`
|
||||
Port int `json:"port"`
|
||||
}
|
||||
type ModuleConfig struct {
|
||||
Id string `json:"id"`
|
||||
|
||||
Reference in New Issue
Block a user