mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Añadidas rutas
This commit is contained in:
@ -964,6 +964,8 @@ $routes->group(
|
||||
$routes->options('items', static function () { });
|
||||
$routes->options('items/(:any)', static function () { });
|
||||
|
||||
$routes->post("calcular", 'ImprimelibrosApi::calcular');
|
||||
|
||||
|
||||
|
||||
// ...
|
||||
|
||||
Reference in New Issue
Block a user