Restore API links

This commit is contained in:
James Cole
2022-01-29 14:19:24 +01:00
parent ef4c34a31f
commit ebc498f0ff
2 changed files with 2 additions and 2 deletions

View File

@@ -426,7 +426,7 @@
{% block scripts %}
<script type="text/javascript" nonce="{{ JS_NONCE }}">
var modalDialogURI = '{{ route('transactions.link.modal', ['%JOURNAL%']) }}';
var acURI = '{{ route('api.autocomplete.transactions-with-id') }}';
var acURI = '{{ route('api.v1.autocomplete.transactions-with-id') }}';
var groupURI = '{{ route('transactions.show',['%GROUP%']) }}';
var cloneGroupUrl = '{{ route('transactions.clone') }}';