Update main.js
This commit is contained in:
		@@ -279,6 +279,7 @@ http.createServer((req, res) => {
 | 
			
		||||
      res.writeHead(301, {
 | 
			
		||||
        Location: req.headers.host + '/' + rows[0][0].id
 | 
			
		||||
      });
 | 
			
		||||
      res.end();
 | 
			
		||||
    });
 | 
			
		||||
  }
 | 
			
		||||
  else if(filePath == "./how") {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user