1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 10:18:08 +09:00
any-sync/config/api.go
2022-08-03 14:20:20 +02:00

5 lines
69 B
Go

package config
type APIServer struct {
Port string `yaml:"port"`
}