mirror of
https://github.com/originalmk/skrytka-app.git
synced 2024-11-20 10:28:50 +00:00
Changed port of backend to 3001
This commit is contained in:
parent
cf0b7bfbae
commit
8f45411981
3
app.js
3
app.js
@ -6,9 +6,10 @@ const types = require('pg').types;
|
|||||||
const validator = require('validator');
|
const validator = require('validator');
|
||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
const db = pgp('postgres://postgres:99postgres11@localhost:5432/skrytka');
|
const db = pgp('postgres://postgres:99postgres11@localhost:5432/skrytka');
|
||||||
|
|
||||||
const port = 3000;
|
const port = 3001;
|
||||||
|
|
||||||
class Point {
|
class Point {
|
||||||
x;
|
x;
|
||||||
|
Loading…
Reference in New Issue
Block a user