1
0
mirror of https://github.com/Qortal/qortal.git synced 2025-03-16 04:12:31 +00:00

Fixed refresh bug on Windows.

This commit is contained in:
CalDescent 2023-05-05 11:03:13 +01:00
parent 2dfee13d86
commit f39b6a15da

@ -67,8 +67,8 @@ public class ArbitraryDataRenderer {
}
public HttpServletResponse render() {
if (!inPath.startsWith(File.separator)) {
inPath = File.separator + inPath;
if (!inPath.startsWith("/")) {
inPath = "/" + inPath;
}
// Don't render data if QDN is disabled