Quitar routa de registro push para versiones antiguas de la app.
This commit is contained in:
parent
f2f78df93f
commit
8f3ce95914
@ -49,11 +49,11 @@ routes.post('/admin/notifications',
|
||||
);*/
|
||||
|
||||
/* Borrar cuando ya no aparezca la versión 1.0.10 */
|
||||
routes.post('/notifications/register',
|
||||
/*routes.post('/notifications/register',
|
||||
isLoggedUser,
|
||||
SchemaValidator(deviceTokenInputType, true),
|
||||
notificationController.registerDevice()
|
||||
);
|
||||
);*/
|
||||
|
||||
routes.post('/notifications/devices',
|
||||
isLoggedUser,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user