Commit 6adc0611 authored by nanamicat's avatar nanamicat

fix

parent a38ba6cf
......@@ -9,7 +9,7 @@ import path from 'path';
// http
const app = express();
app.use(express.static(path.join(__dirname, 'public')));
app.use(express.static(path.join(__dirname, '..', 'public')));
app.use('/api', api);
app.listen(config.port);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment