Opcion de enviar update a los servicios externos
This commit is contained in:
@ -11,5 +11,6 @@ $app->group('/external', function($app) {
|
||||
}
|
||||
$app->group('/services', function($app) {
|
||||
$app->get('/check[/]', [External::class, 'check']);
|
||||
$app->get('/update[/]', [External::class, 'update']);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user