mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
13 lines
296 B
PHP
13 lines
296 B
PHP
<?php
|
|
|
|
use CodeIgniter\Router\RouteCollection;
|
|
|
|
/** @var RouteCollection $routes */
|
|
|
|
/* Rutas para tarifas */
|
|
$routes->group('scripts', ['namespace' => 'App\Controllers\Scripts'], function ($routes) {
|
|
|
|
//$routes->get('completar-identidades', 'UsersIntegrity::completarIdentidades');
|
|
|
|
|
|
}); |