front_app_history #6

Open
dupsogod wants to merge 3 commits from front_app_history into master
Showing only changes of commit a0dad6e138 - Show all commits
+8
View File
@@ -0,0 +1,8 @@
<?php
use Illuminate\Support\Facades\Route;
use \App\Http\Controllers;
//Получение истории по сущности приложения
Route::get('{app_name}/history/{subject_id}', [Controllers\AppHistoryController::class, 'getAppHistory']);