This commit is contained in:
Looly
2020-05-13 14:43:29 +08:00
parent 1abab026dd
commit 76a47b3c54
2 changed files with 35 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ public class RootAction implements Action {
response.write(file);
}
}
} else{
response.write(file);
}
}