new route

This commit is contained in:
CHIEFSOFT\ameye
2024-03-25 11:51:45 -04:00
parent 56b017547a
commit 171affc4df
2 changed files with 24 additions and 1 deletions
+4
View File
@@ -7,5 +7,9 @@ module.exports = function(app) {
.get(controller.getFamilyResourceCat);
app.route('/homebanners')
.get(controller.getResourceCat);
app.route('/commonmedia')
.get(controller.getCommonMedia);
// app.route('/askopenai')
// .get(controller.askOpenAi);
};