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