Skip to content
Snippets Groups Projects
Commit ff1b0798 authored by yann.niermare's avatar yann.niermare
Browse files

Change Db to prevent conflicts

parent 197558b2
No related branches found
No related tags found
1 merge request!12Mobile
......@@ -4,6 +4,8 @@ const db = require('./DatabaseConnection')
const app = express()
const port = 3001
app.use(bodyParser.json());
app.get('/', (req, res) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment