Files
2026-03-23 12:51:26 -05:00

7 lines
101 B
Go

package config
type ApiConfig struct {
Enabled bool `json:"enabled"`
Port int `json:"port"`
}