close #1444 Fixed: Apps All Categories not working

This commit is contained in:
Cüneyt Şentürk
2020-05-17 03:15:26 +03:00
parent 2ef5502172
commit 92288eb60f
4 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@
<script type="text/javascript"><!--
var url = '{{ url("/") }}';
var app_home = '{{ url("apps/categories") }}';
var app_home = '{{ route("apps.home") }}';
var app_url = '{{ config("app.url") }}';
//--></script>