Added routes / Connection to DB fixed
This commit is contained in:
5
validation.js
Normal file
5
validation.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function validateRestaurant(id) {
|
||||
return true;
|
||||
}
|
||||
|
||||
exports.validateRestaurant = validateRestaurant;
|
||||
Reference in New Issue
Block a user