new route
This commit is contained in:
@@ -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);
|
||||
};
|
||||
Reference in New Issue
Block a user