common media

This commit is contained in:
CHIEFSOFT\ameye
2024-03-25 14:57:55 -04:00
parent 171affc4df
commit fe5d2c01ac
2 changed files with 78 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ var controllers = {
},
getCommonMedia: function(req, res) {
//homebanners
resourcecategory.homebanners(req, res, function(err, dist) {
resourcecategory.commonmedia(req, res, function(err, dist) {
if (err) {
res.send(err);
}