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