Skip to content

Commit

Permalink
chore : prefix 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup authored Oct 7, 2024
1 parent 1b98182 commit c06f3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const __dirname = path.dirname(__filename);

const buildPath = path.join(__dirname, "dist");

const globalPrefix = '/intro-page';
const globalPrefix = '/page';

app.use(globalPrefix, express.static(buildPath));

Expand Down

0 comments on commit c06f3df

Please sign in to comment.