Move ServerPath() up, see #50

This commit is contained in:
Michael Mayer 2018-12-21 04:06:15 +01:00
parent cc44c3e580
commit 35ce40dfa1

View file

@ -29,7 +29,6 @@ type Config interface {
HttpServerHost() string
HttpServerPort() int
HttpServerMode() string
ServerPath() string
HttpTemplatesPath() string
HttpFaviconsPath() string
HttpPublicPath() string
@ -39,6 +38,7 @@ type Config interface {
DatabaseDsn() string
AssetsPath() string
ServerPath() string
OriginalsPath() string
ImportPath() string
ExportPath() string