Skip to content
Snippets Groups Projects
Commit db4e550e authored by jamie michel's avatar jamie michel
Browse files

update nodejs index port to HTTP port

parent 273365da
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ const bodyParser = require('body-parser');
const request = require('request');
const app = express()
const port = 3000
const port = 80;
app.set('view engine', 'ejs')
......
......
<!DOCTYPE html>
<html>
<head>
<title>SimpleStable Demo</title>
<title>NLP Demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Test</title>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
......
......
<!DOCTYPE html>
<html>
<head>
<title>SimpleStable Demo</title>
<title>NLP Demo</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Test</title>
<link rel="stylesheet" type="text/css" href="/css/style.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<!-- Latest compiled and minified CSS -->
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment