mirror of
				https://github.com/aurora-dot/pastel.codes.git
				synced 2025-10-31 15:11:35 +00:00 
			
		
		
		
	Added initial code
This commit is contained in:
		
							
								
								
									
										9
									
								
								routes/index.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								routes/index.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| var express = require('express'); | ||||
| var router = express.Router(); | ||||
|  | ||||
| /* GET home page. */ | ||||
| router.get('/', function(req, res, next) { | ||||
|   res.render('index', { title: 'Express' }); | ||||
| }); | ||||
|  | ||||
| module.exports = router; | ||||
		Reference in New Issue
	
	Block a user