Mise à jour de 'cryptide_project/server/api/server.js'
continuous-integration/drone/push Build is passing Details

CI/CD
Thomas CHAZOT 1 year ago
parent 12f76e928c
commit aae1019360

@ -7,6 +7,7 @@ const path = require('path');
const authRoutes = require(path.resolve(__dirname, './routes/AuthRoutes'));
const DatabaseService = require(path.resolve(__dirname, './services/DatabaseService'));
console.log(path.resolve(__dirname, './routes/AuthRoutes'))
const app = express();
const port = 3003;

Loading…
Cancel
Save