added routes and controllers (not yet implemented) for contact and api sample browser pages
This commit is contained in:
7
controllers/contact.js
Normal file
7
controllers/contact.js
Normal file
@@ -0,0 +1,7 @@
|
||||
exports.getContact = function(req, res) {
|
||||
|
||||
};
|
||||
|
||||
exports.postContact = function(req, res) {
|
||||
|
||||
};
|
Reference in New Issue
Block a user