summaryrefslogtreecommitdiffstats
path: root/front/odiparpack/app/api/brand.js
blob: 216e180bed170c636ca41923bc7b74a0a260d436 (plain)
1
2
3
4
5
6
7
8
module.exports = {
  name: 'OdiparPack',
  desc: 'OdiparPack - Planeamiento de rutas',
  prefix: 'odipk',
  footerText: 'OdiparPack All Rights Reserved 2022',
  logoText: 'OdiparPack',
  needLogin: false
};