7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
![]() |
exports.getContact = function(req, res) {
|
||
|
|
||
|
};
|
||
|
|
||
|
exports.postContact = function(req, res) {
|
||
|
|
||
|
};
|