Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- app.get('/', function(req,res){
- res.set({
- 'Content-Type' : 'text/plain',
- 'charset' : 'utf-8'
- });
- res.end('Vous êtes à l\'accueil.');
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement