add api prefix option

This commit is contained in:
Patrick Nagurny
2018-11-08 11:35:11 -05:00
parent 2a827bac26
commit edffa4b7c6
6 changed files with 44 additions and 42 deletions

View File

@@ -3,6 +3,7 @@ package types
type Config struct {
WebUrl string
Port int
ApiPrefix string
KeyFile string
CertFile string
Database string