Make api test pass and cleanup

This commit is contained in:
Jan Eitzinger
2022-09-06 14:40:14 +02:00
parent 8fbd1b2cb8
commit 937e72954d
5 changed files with 38 additions and 29 deletions

View File

@@ -20,7 +20,7 @@ import (
)
type FsArchiveConfig struct {
Path string `json:"filePath"`
Path string `json:"path"`
}
type FsArchive struct {