Fix path to docspell assets

This commit is contained in:
Eike Kettner
2019-09-21 22:14:02 +02:00
parent 9a6f3eb786
commit 4562786206
6 changed files with 16 additions and 11 deletions

View File

@ -6,6 +6,7 @@ type alias Config =
{ appName: String
, baseUrl: String
, signupMode: String
, docspellAssetPath: String
}
type alias Flags =