DONE: add flexible json update saham, yuran, and pelaburan ui
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
"API": "/api/v1/", //URL OF YOUR API LOCATED
|
||||
"baseURL": "/", //URL OF YOUR WEBSITE
|
||||
"storageURL": "{{ config('app.cloudinary_enabled') ? '' : '/storage/' }}", //URL WHERE YOUR IMAGES and OTHER FILEs stored
|
||||
"debug": {{ env('APP_DEBUG') }}
|
||||
"debug": {{ env('APP_DEBUG') ? 'true' : 'false' }},
|
||||
"env": @json(config('app.env'))
|
||||
}
|
||||
</script>
|
||||
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user