Merge branch 'main' into feature/compilefix-development

This commit is contained in:
michaelpede 2021-10-26 09:47:05 -07:00
commit 565d6bcb00
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class DefinitionBuilder
{
try
{
reader = new JsonReader(new FileReader(fileName));
reader = new JsonReader(new FileReader("webapps/"+fileName));
}
catch (FileNotFoundException e)
{