This commit is contained in:
bd091
2025-12-07 01:26:52 +09:00
parent d49343e216
commit 3d0c6dcaa8

View File

@@ -46,6 +46,7 @@ public class WebConfig implements WebMvcConfigurer {
filename.toLowerCase().endsWith(".bmp") ||
filename.toLowerCase().endsWith(".svg"));
} catch (Exception e) {
e.printStackTrace();
return false;
}
}