Habilitado servicio route

This commit is contained in:
Juan Ferrer Toribio 2017-10-13 16:57:48 +02:00
parent bcec5326f2
commit 82e4fdab68
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ gulp.task('services', function() {
'auth',
'salix',
'client',
'production'
// 'route'
'production',
'route'
];
for (var service of lbServices)