Add BASE_URL constant to page and have AJAX calls use it

This commit is contained in:
Nabeel Shahzad
2018-01-02 10:59:44 -06:00
parent 2325573c50
commit cb772a3c62
5 changed files with 18 additions and 14 deletions

View File

@@ -23,6 +23,7 @@
</style>
<script>
const BASE_URL ='{!! url('/') !!}';
@if (Auth::user())
const PHPVMS_USER_API_KEY = "{!! Auth::user()->api_key !!}";
@else