Commit e3774096 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 60f885d9
Pipeline #59 failed with stages
var express = require("express");
var app = express();
let moment = require('moment-timezone') app.get('/', function(req, res){
res.send('hello world');
console.log('"salam"') });
// Only works on 3000 regardless of what I set environment port to or how I set [value] in app.set('port', [value]).
app.listen(5000);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment