Merge branch 'main' into feature/compilefix-development
This commit is contained in:
commit
565d6bcb00
|
@ -46,7 +46,7 @@ public class DefinitionBuilder
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
reader = new JsonReader(new FileReader(fileName));
|
reader = new JsonReader(new FileReader("webapps/"+fileName));
|
||||||
}
|
}
|
||||||
catch (FileNotFoundException e)
|
catch (FileNotFoundException e)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue