Fixed typo in SCSS file name

This commit is contained in:
Maciej Krzyżanowski 2023-02-26 17:16:26 +01:00
parent ca7c2a9542
commit 75e6eb484f
2 changed files with 1 additions and 0 deletions

1
app.js
View File

@ -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;