mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
exports.getContact = function(req, res) {
|
|
|
|
};
|
|
|
|
exports.postContact = function(req, res) {
|
|
|
|
}; |