Add resourcedir to menu storage service

This commit is contained in:
lash
2025-01-13 08:00:19 +00:00
parent 87cc0071b1
commit 09e8607b37

View File

@@ -90,7 +90,7 @@ func main() {
cfg.EngineDebug = true
}
menuStorageService := storage.NewMenuStorageService(connData, "")
menuStorageService := storage.NewMenuStorageService(connData, resourceDir)
rs, err := menuStorageService.GetResource(ctx)
if err != nil {
fmt.Fprintf(os.Stderr, "menustorageservice: %v\n", err)