family banner

This commit is contained in:
CHIEFSOFT\ameye
2024-08-03 17:53:33 -04:00
parent 54fb8fec7f
commit c5c7ae3510
4 changed files with 189 additions and 32 deletions
+2
View File
@@ -9,4 +9,6 @@ module.exports = function(app) {
app.route('/homebanners')
.get(controller.getHomeBanners);
app.route('/familyConnectMembers')
.get(controller.familyConnectMembers);
};