update master.blade.php with hardcoded base URL
This commit is contained in:
@@ -16,7 +16,8 @@
|
||||
|
||||
@yield('page-css')
|
||||
<script type="text/javascript">
|
||||
var base_url = "{!! url('/') !!}";
|
||||
var base_url = "https://smsportal.clickmlapps.com/";
|
||||
//"{!! url('/') !!}";
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user