Skip to content

Commit 9853b51

Browse files
committed
fix(app.ts): 리디렉션 주소 /home으로 변경
1 parent 0d6a200 commit 9853b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RegisterRoutes(app);
4444
app.use('/docs', swaggerUI.serve, swaggerUI.setup(swaggerJson));
4545

4646
app.use('/', (req, res) => {
47-
res.redirect('https://albalog.vercel.app');
47+
res.redirect('https://albalog.vercel.app/home');
4848
});
4949

5050
app.use('/income', (req, res) => {

0 commit comments

Comments
 (0)