fix(upload): add some logging and cleanup
This commit is contained in:
@@ -21,6 +21,7 @@ func NewFileStorage(path string) *FileSvgStorage {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
log.Println("Initialized file storage handler")
|
||||
return &FileSvgStorage{path}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user