From b1ec9f9213af8c8cf56240d0015b5158fbf25d4e Mon Sep 17 00:00:00 2001 From: xenis105 <xenis105@ajou.ac.kr> Date: Thu, 5 Dec 2024 02:46:47 +0900 Subject: [PATCH] delete html --- app.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app.js b/app.js index eb4b14f..0607f6e 100644 --- a/app.js +++ b/app.js @@ -178,10 +178,7 @@ app.get('/dashboard', authenticateToken, (req, res) => { // `); // }); -//signup 경로 -app.get('/signup', (req, res) => { - res.sendFile(__dirname + '/public/signup.html'); // login.html 파일 경로 설정 -}); + //session // app.get('/conf_password', (req, res) => { -- GitLab