update docs
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user