This commit is contained in:
unknown
2025-06-11 17:43:15 +08:00
parent ff59827d2e
commit f21b889295

View File

@@ -2176,6 +2176,8 @@ var mixioServer = async function() {
app.use('/img', express.static(path.join(__dirname, 'img')));
app.use('/img/store', 'img/store')
app.use('/fonts', express.static(path.join(__dirname, 'fonts')));
app.use('/blockly', express.static(path.join(__dirname, 'blockly')));