Skip to content
Snippets Groups Projects
Commit c047e8a3 authored by mhdaltaweel's avatar mhdaltaweel
Browse files

test

parent da7689cc
No related branches found
No related tags found
1 merge request!1Creation compte
......@@ -2,5 +2,7 @@ const http = require('http');
const app = require('./app.js');
const db = require('./db/Database.js');
const serv = http.createServer(app);
serv.listen(3500, () => console.log("Serveur lancé !"));
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment