Commit e5b8f2f0 authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 66638b1a
Pipeline #16061 passed with stages
in 1 minute and 42 seconds
...@@ -9,7 +9,7 @@ import path from 'path'; ...@@ -9,7 +9,7 @@ import path from 'path';
// http // http
const app = express(); const app = express();
app.use(express.static(path.join(__dirname, 'public'))); app.use(express.static(path.join(__dirname, '..', 'public')));
app.use('/api', api); app.use('/api', api);
app.listen(config.port); 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