presta models

This commit is contained in:
2026-03-25 16:11:51 +01:00
parent 96383fce06
commit 7c5a993623
9 changed files with 394 additions and 38 deletions

View File

@@ -79,6 +79,7 @@ func (s *MenuService) createTree(index int, all_categories *([]model.ScannedCate
}
func (s *MenuService) GetRoutes(id_lang uint) ([]model.Route, error) {
return s.routesRepo.GetRoutes(id_lang)
}