Skip to content

Commit

Permalink
Merge pull request #12 from potathon/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
TopazKang authored Oct 2, 2024
2 parents 73c25ac + 18b329c commit 337effb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ app.get("/", (req, res) => {
// posts 엔드포인트 분리
app.use('/api/posts', posts_route);

app.use('/images', express.static('uploads'));
app.use('/api/images', express.static('uploads'));


// 서버 동작
Expand Down

0 comments on commit 337effb

Please sign in to comment.