조국현

Delete <회원가입> letters in sign-up page

Showing 1 changed file with 1 additions and 1 deletions
...@@ -88,7 +88,7 @@ passport.authenticate('local', { ...@@ -88,7 +88,7 @@ passport.authenticate('local', {
88 88
89 //회원가입 페이지 Get 89 //회원가입 페이지 Get
90 app.get('/join',(req,res)=>{ 90 app.get('/join',(req,res)=>{
91 - let page = getPage('회원가입',` 91 + let page = getPage('',`
92 <html> 92 <html>
93 <head> 93 <head>
94 <style> 94 <style>
......