mirror of
https://github.com/originalmk/skrytka-app.git
synced 2024-11-20 10:28:50 +00:00
Fixed typo in SCSS file name
This commit is contained in:
parent
ca7c2a9542
commit
75e6eb484f
1
app.js
1
app.js
@ -7,6 +7,7 @@ const validator = require('validator');
|
|||||||
|
|
||||||
const app = express();
|
const app = express();
|
||||||
|
|
||||||
|
// TODO: Replace with some environmental variables which store real password / host / database name
|
||||||
const db = pgp('postgres://postgres:99postgres11@localhost:5432/skrytka');
|
const db = pgp('postgres://postgres:99postgres11@localhost:5432/skrytka');
|
||||||
|
|
||||||
const port = 3001;
|
const port = 3001;
|
||||||
|
Loading…
Reference in New Issue
Block a user