filter with date ; working backend and frontend
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
var config = {};
|
||||
|
||||
config.PORT = 3000;
|
||||
config.PORT = 4000;
|
||||
|
||||
config.databaseURL = 'mongodb://localhost:27017/domains';
|
||||
|
||||
module.exports = config;
|
||||
Reference in New Issue
Block a user