Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 58bedf91 authored by 65160126's avatar 65160126
Browse files

require DB

parent f6eb6cb0
Branches
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ const express = require('express');
const session = require('express-session');
const path = require('path');
const app = express();
const db = require('./db');
app.use(express.json());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment