Skip to content
Snippets Groups Projects
Commit b1ec9f92 authored by Jinyeong Kim's avatar Jinyeong Kim
Browse files

delete html

parent 73f31dfa
No related branches found
No related tags found
1 merge request!19Ws to test_usercontroller
...@@ -178,10 +178,7 @@ app.get('/dashboard', authenticateToken, (req, res) => { ...@@ -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 //session
// app.get('/conf_password', (req, res) => { // app.get('/conf_password', (req, res) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment