exchangemarket-usd/start.js
sairajzero 178fcf4ce2 Update database module
- Updated database module so that other modules can use it directly by require()
- use path module where-ever needed
- Fixed: public directory not viewed in browser when opening the link
2022-11-12 04:30:25 +05:30

2 lines
45 B
JavaScript

const start = require('./src/main');
start();