change port to 80

This commit is contained in:
Josh Burman 2019-02-27 13:54:34 -05:00
parent 10698857ce
commit 67c2fc71eb

View File

@ -3,7 +3,7 @@
const express = require('express'); const express = require('express');
// Constants // Constants
const PORT = 8080; const PORT = 80;
const HOST = '0.0.0.0'; const HOST = '0.0.0.0';
// App // App