Skip to content
Snippets Groups Projects
Commit eee24b80 authored by dmitry.s's avatar dmitry.s
Browse files

fix garbadge

parent 09dc2481
Branches
Tags
No related merge requests found
...@@ -176,12 +176,6 @@ Route::set('sign:restore', 'remind/<token>') ...@@ -176,12 +176,6 @@ Route::set('sign:restore', 'remind/<token>')
'action' => 'restore', 'action' => 'restore',
]); ]);
//Route::set('handler2', 'handler/task/get')
// ->defaults([
// 'directory' => 'Handler',
// 'controller' => 'Task',
// 'action' => 'get',
// ]);
// --------------- Ajax features ---------------- // --------------- Ajax features ----------------
Route::set('handler', 'handler/<controller>(/<action>(/<id>))') Route::set('handler', 'handler/<controller>(/<action>(/<id>))')
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment