Skip to content
Snippets Groups Projects
Commit 15db6dcb authored by Gwangbin's avatar Gwangbin
Browse files

Fix: undo file upload

parent e0fa3b16
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ app.use(
); //cors 설정을 한다..
// app.use(express.static(path.join(process.cwd(), '../public')));
app.use(express.static('public'))
app.use(express.static('files'));
app.use(cookieParser());
app.use(express.json());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment