Update to match new installer processing.
This commit is contained in:
parent
4719b20a27
commit
be47565c78
4 changed files with 45 additions and 3 deletions
|
@ -289,7 +289,8 @@
|
|||
"count": 3
|
||||
},
|
||||
"remote": {
|
||||
"download": "{{ url('/remote/download') }}"
|
||||
"download": "{{ route('remote.download') }}",
|
||||
"installed": "{{ route('remote.install') }}"
|
||||
},
|
||||
"uploads": {
|
||||
"maximumSize": 1000000
|
||||
|
|
Reference in a new issue