This commit is contained in:
Ludovic CANDELLIER
2022-11-11 13:05:40 +01:00
parent f89acd9399
commit 7df2421373
104 changed files with 1212 additions and 764 deletions

View File

@@ -47,7 +47,7 @@
$.ajaxSetup({headers:{'X-CSRF-TOKEN':'{{ csrf_token() }}'}});
bootbox.setLocale('{{ App::getLocale() }}');
var bpRoutes={
settings:"{{ route('boilerplate.settings',null,false) }}"
settings:"{{ route('boilerplate.user.settings',null,false) }}"
};
var session={
keepalive:"{{ route('boilerplate.keepalive', null, false) }}",