update docs

This commit is contained in:
2026-01-28 18:24:13 -05:00
parent 348b10734f
commit e0691bc7fe
6 changed files with 114 additions and 13 deletions

View File

@@ -216,7 +216,7 @@ public class DataRepository {
public final static String getPath() {
String home = System.getenv("HOME") != null ? System.getenv("HOME")
: System.getenv("HOMEDRIVE") + System.getenv("HOMEPATH");
return home.replace('\\', '/') + "/workspace/inventorym/Api/src/resources/db";
return home.replace('\\', '/') + "/workspace/inventorym/Ui/src/resources/db";
}
}
}