mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 16:13:54 +00:00
Replace uri with url
This commit is contained in:
@@ -168,7 +168,7 @@ class ReconcileController extends Controller
|
||||
}
|
||||
|
||||
$return = [
|
||||
'post_uri' => $route,
|
||||
'post_url' => $route,
|
||||
'html' => $view,
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user