|
|
@@ -146,6 +146,9 @@ Route::middleware(['jwt.auth'])->group(function(){
|
|
|
Route::get("/get-download-token/{idFile}/{idUser}/{line}", "App\Http\Controllers\DocumentManagementController@getDownloadToken"); //Permite generar un token para descargar un archivo
|
|
|
Route::get ('document-management/get-type-documents/{line}', [DocumentManagementController::class, 'getTypesDocuments']);
|
|
|
|
|
|
+
|
|
|
+});
|
|
|
+
|
|
|
// Module (FUNCIONALES)
|
|
|
Route::get ('modulo/consulta/{line}', [ModuleController::class, 'getModule']);
|
|
|
Route::get ('modulo/consulta-disponibles/{line}', [ModuleController::class, 'getModuleAviable']);
|
|
|
@@ -297,4 +300,3 @@ Route::middleware(['jwt.auth'])->group(function(){
|
|
|
|
|
|
// Localidad
|
|
|
Route::get ('locate/get-locate-by-cp/{cp}',[LocateController::class, 'getLocateByCP']);
|
|
|
-});
|