Added routes / Connection to DB fixed

This commit is contained in:
2020-07-08 17:28:06 +02:00
parent 549ecd137f
commit c0c3177a58
5 changed files with 57 additions and 28 deletions

5
validation.js Normal file
View File

@@ -0,0 +1,5 @@
function validateRestaurant(id) {
return true;
}
exports.validateRestaurant = validateRestaurant;